/* Production method is present, but deliberately secondary to the offer. */
.pricing-note {
  position: absolute;
  bottom: 2.1rem;
  left: 2rem;
  margin: 0;
  color: rgba(25, 33, 29, .56);
  font: 500 clamp(.54rem, .6vw, .68rem)/1.4 var(--font-mono);
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

@media (max-width: 700px) {
  .pricing-note {
    position: static;
    margin-top: 1rem;
    writing-mode: horizontal-tb;
    font-size: .58rem;
  }
}
