/* v16: preserve the v15 interaction prototype while correcting the overview composition. */
.model-intro h2 {
  font-size: clamp(44px, 4.4vw, 76px);
}

.model-axis {
  writing-mode: horizontal-tb;
}

.model-axis span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
