/* Slightly larger phone wordmark, still safely inside the paper curve. */
@media (max-width: 560px) {
  .hero-wordmark .brand-line {
    font-size: clamp(2.05rem, 8.4vw, 2.8rem) !important;
  }

  .hero-wordmark .brand-descriptor {
    font-size: .51rem !important;
    letter-spacing: .26em !important;
  }
}
