/* Supplied Freedom Travel School identity. Keep the existing wordmarks. */
.school-logo {
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 50%;
  /* Keep sea and sunset colours, gently muted to match the landing palette. */
  filter: saturate(.58) contrast(.94) brightness(.98);
}
.nav__brand, .footer__brand { display: inline-flex; align-items: center; gap: 12px; }
.nav__brand .school-logo { width: 48px; height: 48px; }
.nav__brand .school-brand-label { color: inherit; }
.boot__brand .school-logo { width: 104px; height: 104px; margin: 0 auto 16px; }
.footer .school-logo, .footer__brand .school-logo { width: 88px; height: 88px; }
@media (max-width: 600px) {
  .wordmark, .brand { gap: 10px; }
  .school-logo { width: 54px; height: 54px; }
  .nav__brand .school-logo { width: 38px; height: 38px; }
  .nav__brand { gap: 7px; }
  .footer .school-logo, .footer__brand .school-logo { width: 72px; height: 72px; }
}
