/* Shared footer: original supplied white logos, no recolouring or distortion. */
html body .site-footer .sponsors-grid { align-items: stretch; }
html body .site-footer .sponsor-slot {
  min-height: 108px;
  padding: 15px 12px;
  overflow: hidden;
}
html body .site-footer .sponsor-slot img {
  display: block;
  max-width: 100%;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}
html body .site-footer .sponsor-slot--static { cursor: default; }
html body .site-footer .sponsor-slot--static:hover {
  background: transparent;
  border-color: var(--line);
}
html body .res-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
html body .res-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: #f2f0eb;
  background: transparent;
  border: 1px solid rgba(242,240,235,.32);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
html body .res-footer-social-link:hover {
  background: #f2f0eb;
  color: #222;
}
html body .res-footer-social-link svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}
html body .res-footer-social-link:focus-visible,
html body a.sponsor-slot:focus-visible {
  outline: 2px solid #f2f0eb;
  outline-offset: 4px;
}
/* The complete Tunnel heading wraps at spaces instead of overflowing the slide. */
html body .hero-slider .slide h1,
html body .hero-slider .slide h2 { max-width: 100%; overflow-wrap: break-word; }
@media (max-width:520px) {
  html body .site-footer .sponsor-slot { min-height: 100px; padding: 12px 10px; }
  html body .site-footer .sponsor-slot img { max-height: 72px; }
}
