.content-img-ratio {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
    flex-shrink: 0;
}

.briefing-chapter__column-inset {
    padding: 4rem;
}

/* glossary zig — reserved for layout-only hooks; motion lives in Tailwind on @sem('row'). */

.alternating-zigzag__media {
  height: 16rem;
}

.alternating-zigzag__bar {
  width: 2rem;
  height: 2px;
}

.alternating-zigzag__img {
    object-fit: cover;
}
.alternating-zigzag__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

