/* HQ accessibility gate: all actionable text links remain easy to tap on phones. */
.brand {
  min-height: 44px;
}

.btn-small {
  min-height: 44px;
}

.hq-hero-grid,
.hq-hero-copy,
.hq-hero-visual,
.hq-hero-grid > * {
  min-width: 0;
}

.footer-links a,
.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.text-link,
.law-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.skip-link,
.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 320px) {
  .hq-lp .wrap {
    width: calc(100% - 16px);
  }

  .hq-hero-copy h1,
  .hq-hero-copy > p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hq-hero-copy h1 {
    font-size: clamp(32px, 15vw, 42px);
  }

  .hero-actions .btn,
  .trust-list li,
  .hq-hero-visual figcaption {
    white-space: normal;
  }
}
.cotoa-hero-media {
  display: contents;
}
