/* Just As It Was v9.6 — Home editorial triptych correction.
   Reference: three images remain one visual row; the middle image is shorter and
   vertically centred; the three memory cards form a completely separate row below. */

@media (min-width:1101px){
  body.jaiw-reference-home .editorial-sequence{
    position:relative!important;
    padding-top:clamp(92px,6.25vw,160px)!important;
    padding-bottom:clamp(130px,6vw,230px)!important;
    overflow:visible!important;
  }

  body.jaiw-reference-home .sequence-images{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1.15fr .83fr 1.2fr!important;
    gap:clamp(4px,.22vw,8px)!important;
    width:100%!important;
    height:clamp(440px,30.5vw,680px)!important;
    align-items:center!important;
    overflow:visible!important;
  }
  body.jaiw-reference-home .sequence-images img{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    object-fit:cover!important;
    transform:none!important;
  }
  body.jaiw-reference-home .sequence-images img:nth-child(1),
  body.jaiw-reference-home .sequence-images img:nth-child(3){
    height:100%!important;
    align-self:stretch!important;
  }
  body.jaiw-reference-home .sequence-images img:nth-child(2){
    height:67%!important;
    align-self:center!important;
  }

  body.jaiw-reference-home .sequence-copy{
    position:relative!important;
    inset:auto!important;
    float:none!important;
    clear:both!important;
    z-index:1!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:clamp(12px,.65vw,25px)!important;
    margin-top:clamp(54px,3.1vw,84px)!important;
    margin-bottom:0!important;
    transform:none!important;
  }
  body.jaiw-reference-home .sequence-copy>p{
    position:relative!important;
    inset:auto!important;
    float:none!important;
    transform:none!important;
    margin:0!important;
    min-width:0!important;
  }
}

@media (min-width:2200px){
  body.jaiw-reference-home .editorial-sequence{
    padding-top:6.25vw!important;
  }
  body.jaiw-reference-home .sequence-images{
    height:30.5vw!important;
  }
  body.jaiw-reference-home .sequence-copy{
    margin-top:3.1vw!important;
  }
}

@media (max-width:1100px){
  body.jaiw-reference-home .editorial-sequence{padding-top:64px!important}
  body.jaiw-reference-home .sequence-images{height:260px!important;align-items:center!important}
  body.jaiw-reference-home .sequence-images img:nth-child(1),
  body.jaiw-reference-home .sequence-images img:nth-child(3){height:100%!important}
  body.jaiw-reference-home .sequence-images img:nth-child(2){height:72%!important;align-self:center!important}
  body.jaiw-reference-home .sequence-copy{position:relative!important;transform:none!important;margin-top:28px!important}
}
