

.bath-calc-visual {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.bath-calc-visual picture,
.bath-calc-visual img {
  display: block;
  width: 100%;
}

.bath-calc-visual img {
  aspect-ratio: 9 / 16;
  height: auto;
  max-height: min(68vh, 560px);
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 141, 5, 0.18);
  background: #111316;
  transition: opacity 160ms ease, transform 160ms ease;
}

.bath-calc-visual img.is-changing {
  opacity: 0.35;
  transform: scale(0.995);
}

.bath-calc-visual__caption {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.4;
}

@media (min-width: 980px) {
  .bath-calc-visual--sticky {
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 420px) {
  .bath-calc-visual { max-width: min(260px, 100%); }
  .bath-calc-visual img { max-height: 58vh; }
}
