
/* V11 approved public story direction:
   image LEFT / story text RIGHT / no cropped cover hero. */

.link-story-hero .link-story-shell{
  grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr) !important;
  align-items:center !important;
  gap:clamp(28px,5vw,72px) !important;
}

.link-story-hero .link-story-visual{
  order:1 !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.link-story-hero .link-story-copy{
  order:2 !important;
  min-width:0 !important;
}

.link-story-hero .link-story-visual img{
  width:100% !important;
  max-width:560px !important;
  max-height:500px !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}

@media(max-width:860px){
  .link-story-hero .link-story-shell{
    grid-template-columns:1fr !important;
  }

  .link-story-hero .link-story-visual,
  .link-story-hero .link-story-copy{
    order:initial !important;
  }

  .link-story-hero .link-story-visual img{
    max-width:620px !important;
  }
}
