/* Match the contact page footer layout on tablets. */
@media (min-width: 681px) and (max-width: 1024px) {
    .home .site-footer .container { width: 93.229167vw; max-width: none; }
    .home .footer-primary { padding: 6.510417vw 0; }
    .home .footer-primary__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4.557292vw 2.604167vw; }
    .home .footer-contact { grid-column: 1 / -1; }
    .home .footer-contact__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.604167vw; margin-bottom: 3.906250vw; }
    .home .site-footer h2, .home .footer-contact a, .home .footer-social strong, .home .footer-quick a, .home .footer-office strong { font-size: 2.734375vw; line-height: 1.4; }
    .home .footer-social { gap: 3.255208vw; margin-bottom: 3.906250vw; }
    .home .footer-social a { font-size: 2.864583vw; }
    .home .footer-primary__inner > .footer-desktop-group { grid-column: auto; }
    .home .footer-desktop-group { display: block; }
    .home .footer-corporate p, .home .footer-office p, .home .footer-desktop-group a { font-size: 2.734375vw; line-height: 1.5; }
    .home .footer-contact h2, .home .footer-desktop-group h2 { margin-bottom: 1.562500vw; }
    .home .footer-corporate h2 { margin-bottom: 0; }
    .home .footer-desktop-group li + li { margin-top: 1.562500vw; }
    .home .footer-quick { grid-column: 1 / -1; gap: 1.302083vw; margin: 0; }
    .home .footer-mobile-accordions, .home .footer-offices--mobile { display: none; }
    .home .footer-divider { height: 0.651042vw; }
    .home .footer-divider span { width: 100%; }
    .home .footer-secondary { padding: 6.510417vw 0; }
    .home .footer-secondary__inner { grid-template-columns: 1fr; gap: 3.90625vw; }
    .home .footer-offices--desktop { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.90625vw 2.604167vw; }
    .home .footer-office, .home .footer-office + .footer-office { min-height: 0; padding: 0 0 3.90625vw; border: 0; border-bottom: 1px solid #c5c5c5; }
    .home .footer-office h2, .home .footer-office strong { margin-bottom: 3.255208vw; }
    .home .footer-office p { line-height: 1.4; }
    .home .footer-corporate p, .home .footer-office p { display: inline; }
    .home .footer-legal { text-align: center; }
    .home .footer-legal p { display: inline; font-size: 2.734375vw; line-height: 1.5; }
    .home .footer-legal nav { display: flex; justify-content: center; gap: 1.302083vw; margin-top: 1.302083vw; font-size: 2.734375vw; }
    .home .footer-legal nav a + a::before { content: "|"; margin-right: 1.302083vw; }
    .home .site-footer, .home .site-footer p, .home .footer-desktop-group a { font-family: var(--font-secondary); }
}
