/*
 * Plant-free services variant.
 * The plain cutouts have more transparent padding than the botanical assets,
 * so this route uses a tighter composition without changing the shared motion.
 */

.services-page--plain .hero-organ-layer--intestine {
  top: 3%;
  right: 5%;
  width: 76%;
}

.services-page--plain .hero-organ-layer--stomach {
  bottom: 9%;
  left: 7%;
  width: 41%;
}

.services-page--plain .hero-organ-layer--capsule {
  top: 11%;
  right: 8%;
  width: 23%;
}

@media (max-width: 780px) {
  .services-page--plain .hero-organ-layer--intestine {
    top: 4%;
    right: 3%;
    width: 80%;
  }

  .services-page--plain .hero-organ-layer--stomach {
    bottom: 9%;
    left: 6%;
    width: 42%;
  }

  .services-page--plain .hero-organ-layer--capsule {
    top: 10%;
    right: 6%;
    width: 24%;
  }
}

@media (max-width: 480px) {
  .services-page--plain .hero-organ-layer--intestine {
    top: 5%;
    right: 2%;
    width: 82%;
  }

  .services-page--plain .hero-organ-layer--stomach {
    bottom: 9%;
    left: 5%;
    width: 43%;
  }

  .services-page--plain .hero-organ-layer--capsule {
    top: 10%;
    right: 5%;
    width: 25%;
  }
}
