/* Small changes needed when the original server-rendered pages run as static HTML. */
[x-show] { display: none !important; }
[x-show].is-open { display: flex !important; }
.static-form-note { margin: 1.5rem auto 0; max-width: 35rem; text-align: center; color: #737373; font-size: .875rem; }
.absolute[x-show="open"].is-open { display: block !important; position: fixed; z-index: 30; }
@media (max-width: 479px) {
  header h1 { font-size: clamp(2.8rem, 12vw, 4rem); line-height: 1.05; }
  header h2 { font-size: clamp(2.2rem, 9vw, 3.5rem); line-height: 1.1; }
  header img { max-width: 100%; }
}
