/* Clone fixes — full-res sources replaced next/image-resized variants,
   so constrain elements that depended on server-side downscaling. */
nav img[width="150"] {
	width: 192px;
	height: 48px;
	object-fit: contain;
}
