/* The oversized opening title of a page. Which face it wears is the site's business. */
[qcms-mod="cont.luca.pagehead"] {
  margin-top: clamp(2rem, 5vw, 4rem);
  text-align: center;

  .title {
    font-size: clamp(3rem, 9vw, 6.5rem);
    line-height: .95;
    letter-spacing: .02em;
    margin: 0;
  }

  .note {
    font-family: var(--font-hand, cursive);
    font-size: 1.3rem;
    margin: .8rem 0 0;
  }
}
