/* Shared public footer; keep typography and contact details clear at every width. */
.school-footer {
  padding: 48px 0 0;
  background: #102e3d;
  color: #dbe8eb;
}
.school-footer .footer-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .95fr) minmax(0, 1fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: start;
}
.school-footer .footer-grid > * { min-width: 0; }
.school-footer .footer-brand {
  display: inline-block;
  color: #fff;
  max-width: 100%;
}
.footer-brand strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.6;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.school-footer .footer-affiliation {
  margin: 6px 0 0;
  font-size: .85rem;
  line-height: 1.85;
  color: #b9ccd3;
  overflow-wrap: anywhere;
}
.school-footer .footer-english {
  margin: 10px 0 0;
  color: #abc3cc;
  font-size: .65rem;
  line-height: 1.8;
  letter-spacing: .14em;
  overflow-wrap: anywhere;
}
.school-footer .footer-tagline {
  margin: 20px 0 0;
  color: #c6d7dd;
  font-size: .85rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 22px 0 0;
  color: #c6d7dd;
  font-size: .85rem;
  font-style: normal;
  line-height: 1.95;
}
.footer-address > span { min-width: 0; overflow-wrap: anywhere; }
.footer-address > .footer-icon { margin-top: 4px; }
.school-footer .footer-heading {
  margin: 0 0 18px;
  padding-top: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}
.footer-icon { width: 18px; height: 18px; flex-shrink: 0; color: #9dbfc9; }
.footer-link-list { list-style: none; padding: 0; margin: 0; }
.footer-link-list li + li { margin-top: 2px; }
.footer-link-list a,
.footer-contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  padding: 6px 0;
  color: #dbe8eb;
  font-size: .875rem;
  line-height: 1.7;
  border-radius: 4px;
}
.footer-link-list a > span,
.footer-contact-list a > span { min-width: 0; overflow-wrap: anywhere; }
.footer-link-list .footer-icon { width: 14px; height: 14px; color: #82a8b5; }
.footer-contact-list { display: flex; flex-direction: column; gap: 2px; }
.footer-contact-list a > .footer-icon:last-child { width: 13px; height: 13px; }
.school-footer a:hover { color: #fff; }
.footer-link-list a:hover > span,
.footer-contact-list a:hover > span,
.footer-admin-link:hover > span { text-decoration: underline; text-underline-offset: 5px; }
.school-footer a:hover .footer-icon { color: #d7e8ec; }
.school-footer a:focus-visible { outline: 2px solid #bdeee6; outline-offset: 5px; }
.footer-contact-all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  max-width: 100%;
  margin-top: 14px;
  padding: 9px 14px;
  border: 1px solid #41616e;
  border-radius: 7px;
  color: #edf4f6;
  font-size: .8rem;
  line-height: 1.7;
}
.footer-contact-all > span { min-width: 0; overflow-wrap: anywhere; }
.footer-contact-all:hover { background: #1b3b4b; border-color: #7296a3; }
.school-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  margin-top: 36px;
  padding: 17px 0;
  border-top: 1px solid #31505c;
  color: #afc6ce;
  font-size: .75rem;
  line-height: 1.8;
}
.school-footer .footer-bottom > span { min-width: 0; overflow-wrap: anywhere; }
.footer-admin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  flex-shrink: 0;
  color: #c3d5dc;
}
.footer-admin-link .footer-icon { width: 14px; height: 14px; }
@media (max-width: 900px) {
  .school-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
  .school-footer .footer-identity { grid-column: 1 / -1; max-width: 560px; }
}
@media (max-width: 560px) {
  .school-footer { padding-top: 32px; }
  .school-footer .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .school-footer .footer-identity { grid-column: auto; }
  .footer-brand strong { font-size: 1.2rem; }
  .school-footer .footer-heading { margin-bottom: 12px; padding-top: 0; }
  .school-footer .footer-links,
  .school-footer .footer-contact { padding-top: 24px; border-top: 1px solid #294956; }
  .footer-link-list a, .footer-contact-list a, .footer-contact-all { min-height: 44px; }
  .school-footer .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 28px; padding: 18px 0; }
  .footer-admin-link { min-height: 44px; }
}
