/* Full destination menus and legible footer branding. */
.gva-main-menu .mega-menu-inner.grid-4-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gva-main-menu .mega-menu-content { max-height: calc(100vh - 150px); overflow-y: auto; overscroll-behavior: contain; }
.column-title a { color: inherit; text-decoration: none; }
.column-title a:hover, .column-title a:focus-visible { color: #ee493b; text-decoration: underline; }
.sheet-accordion-menu .submenu-group-header a { color: inherit; padding: 0; font-size: inherit; font-weight: inherit; text-transform: inherit; }
.site-footer .footer-logo { width: fit-content; padding: 10px 14px; border-radius: 8px; background: #fff; }
.site-footer .footer-logo img { display: block; }
/* Bound image boxes and request enough pixels for object-fit cover. */
.ks-trust-collage { grid-template-rows: repeat(2, minmax(0, 1fr)); min-height: 0; height: 460px; align-self: center; }
.ks-trust-photo { min-width: 0; min-height: 0; }
.ks-trust-photo img { display: block; }
@media (max-width: 900px) { .ks-trust-collage { height: 400px; } }
@media (max-width: 767px) {
  .ks-trust-collage { height: auto; grid-template-rows: 167px 167px auto; }
  .ks-trust-badge { position: static; grid-column: 1 / -1; max-width: none; margin-top: 6px; justify-self: center; }
}

/* Profile links share the existing brand palette and remain easy to tap. */
.ks-contact-social { grid-column: 1 / -1; margin-top: 28px; }
.ks-contact-social h3 { margin: 0 0 12px; color: #272e4b; font-size: 14px; }
.ks-contact-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.ks-contact-social-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; border: 1px solid #dfe2e7; border-radius: 7px; color: #272e4b; font-size: 12px; font-weight: 600; }
.ks-contact-social-links a:hover, .ks-contact-social-links a:focus-visible { background: #ed2224; border-color: #ed2224; color: #fff; }
.footer-socials a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
