/* Responsive readability shared by the corporate, SSB, institution and blog pages. */
@media (max-width: 760px) {
  body {
    font-size: 1rem;
    line-height: 1.7;
  }

  .wrap {
    padding-inline: 6vw;
  }

  .nav .wrap {
    min-height: auto;
    padding: 15px 6vw 12px;
    gap: 11px;
    align-items: stretch;
  }

  .brand {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: .14em;
  }

  .navlinks {
    width: 100%;
    gap: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 0 7px;
    scrollbar-width: none;
  }

  .navlinks::-webkit-scrollbar {
    display: none;
  }

  .navlinks a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    font-size: .78rem;
    letter-spacing: .1em;
  }

  .hero {
    min-height: auto;
    padding: 5.5rem 0 4.25rem;
    background-position: center;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.5rem);
    line-height: 1;
    margin: 15px 0 22px;
  }

  .hero p,
  .intro,
  .card p,
  .card li,
  .faq p,
  .media-copy {
    font-size: 1rem;
    line-height: 1.7;
  }

  .eyebrow,
  .proof .wrap,
  .form label,
  .media-label {
    font-size: .76rem;
    line-height: 1.45;
    letter-spacing: .11em;
  }

  .actions {
    gap: 12px;
    margin-top: 28px;
  }

  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 18px;
    font-size: .8rem;
    line-height: 1.35;
    letter-spacing: .1em;
    text-align: center;
  }

  .proof {
    padding: 18px 0;
  }

  .proof .wrap {
    gap: 12px 20px;
  }

  .section {
    padding: 4.25rem 0;
  }

  h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1;
    margin: 12px 0 22px;
  }

  .grid {
    margin-top: 34px;
  }

  .card {
    padding: 30px 22px;
  }

  .card h3 {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .quote {
    font-size: 1.8rem;
  }

  .form {
    padding: 27px 21px;
  }

  .form h2 {
    font-size: 2.45rem;
  }

  .form label {
    margin-top: 20px;
  }

  .form input,
  .form select,
  .form textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .note {
    font-size: .85rem;
    line-height: 1.55;
  }

  .faq summary {
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .footer {
    font-size: .9rem;
    line-height: 1.65;
  }

  .media-card,
  .media-card img,
  .media-card video {
    min-height: 210px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 4.5rem 0 3.5rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3rem);
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 3.75rem 0;
  }

  .form {
    padding: 24px 18px;
  }
}
