/* Implements: CANONICAL-COMPONENT-LIBRARY.md §§2–4, CANONICAL-IMAGE-SYSTEM.md; Version 1.0.0. */
.story-card a,.story-feature a,.story-home-lead a,.story-carousel a{text-decoration:none}.story-card-media{display:block;overflow:hidden}.story-card-media img{aspect-ratio:4/5;object-fit:cover}.story-card-copy{padding:40px 40px 70px;background:var(--story-white)}.story-card-copy>*+*{margin-top:12px}.story-card-excerpt{margin-bottom:0;font-size:14px;line-height:1.45;color:var(--story-muted)}
@media(min-width:640px){.story-card-media img{aspect-ratio:120/121}}


/* R8 — optional editorial card/hero video. Geometry remains owned by the existing media box. */
.story-editorial-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
