/* Título de cadena de frío: dos líneas limpias, sin deformar palabras. */
.cold .cold-title {
  display: grid;
  gap: 4px;
  margin: 0;
  transform: none !important;
  font-size: clamp(34px, 2.8vw, 46px);
  letter-spacing: -2px;
  line-height: 1.05;
}

.cold .cold-title > span,
.cold .cold-title > em {
  display: block;
  margin: 0;
  transform: none !important;
  font-style: normal !important;
  white-space: nowrap;
}

.cold .cold-title > em { color: var(--red); }

@media (max-width: 850px) {
  .cold .cold-title { font-size: clamp(34px, 8.5vw, 46px); }
  .cold .cold-title > span,
  .cold .cold-title > em { white-space: normal; }
}
