/* The parked domain is the wordmark; allow long names to wrap on small screens. */
.site-header { height: auto; min-height: 64px; }
.site-header .container { height: auto; min-height: 64px; }
.logo { flex: 1 1 auto; min-width: 0; height: auto; padding-block: 12px; }
.logo__domain { display: block; max-width: 100%; font-size: 22px; font-weight: 700; line-height: 1.2; letter-spacing: 0; overflow-wrap: anywhere; }
.logo__domain--long { font-size: 16px; }
.hamburger, .nav { flex-shrink: 0; }
.site-footer .copy, .page-title p, .faq__item h2 { overflow-wrap: anywhere; }
@media (max-width: 860px) {
  .nav { top: 100%; }
}
