/* Contact-only refinements loaded after inner-contact-tree.css. */
body.contact-page .contact-email-copy { display:none!important; }
body.contact-page .lede .ch {
  position: relative;
  animation: none !important;
  opacity: 0;
  transition: opacity .12s ease-out !important;
}
body.contact-page .lede .ch.is-typed { opacity: 1; }
body.contact-page .contact-email-address.is-copied { color:var(--tree-accent); font-weight:700; outline:none; }
@media (prefers-reduced-motion: reduce) {
 body.contact-page .lede .ch { opacity:1; transition:none !important; }
}

/* The pen tip lives inside the current character and never occupies line width. */
body.contact-page .lede .ch > .caret {
  position: absolute;
  z-index: 1;
  top: 0.17em;
  right: -0.08em;
  display: block;
  width: 2px;
  height: 0.98em;
  margin: 0;
  pointer-events: none;
}
