In a $\triangle ABC$ with $$b^2 = a(c+a) \quad\text{and}\quad c^2 = b(a+b)$$ prove that $$\cos A\cos B\cos C = -\frac{1}{8}$$
I am stuck in a step where I took the relation $$\cos A = \frac{b^2+c^2-a^2}{2bc}$$ modified with the given relation of $b^2 = a(c+a)$ and got $\cos A = \frac{a+c}{2b}$. Similarly, I found out for $\cos B$. However, $\cos C$ is coming up with complicated relation which is not possibly anywhere close to answer.
$$b^2=ac+a^2 \implies b^2-a^2=ac$$
$$c^2=ab+b^2 \implies c^2-b^2=ab$$
\begin{align}\cos A \cos B \cos C &= \frac{b^2+c^2-a^2}{2bc}\frac{a^2+c^2-b^2}{2ac}\frac{a^2+b^2-c^2}{2ab} \\&= \frac{ac+c^2}{2bc}\frac{a^2+ab}{2ac}\frac{a^2-ab}{2ab} \\&=\frac{a^2c(a+c)(a+b)(a-b)}{8(abc)^2}\\ &=\frac{(a+c)(a^2-b^2)}{8b^2c}\\ &=-\frac{(a+c)ac}{8b^2c}\end{align}
Can you take it from here?