/**
 * Momo Machine — one wrapper class; globals + typography handle cards, hero-img, img-duo, sec-head.
 */
.momo {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: var(--spacing-m);
}

.momo .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
