/* Contact links own a full touch target and use the common navigation controller. */
.gy-content-section__copy > a[href="#contact"],
.gy-gallery__header a[href="#contact"],
#projects a[href="#contact"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-block: 10px;
}
a[href="#contact"] { touch-action: manipulation; }
/* Keep the visible button under the pointer while it is pressed. */
.gy-company-location__details > a[href="#contact"]:hover,
.gy-company-location__details > a[href="#contact"]:focus-visible { transform: none; }
