/* The four HOME gallery photos replace only the former operating-information cards. */
.home-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;max-width:590px;margin-top:27px}
.home-gallery img{display:block;width:100%;min-width:0;aspect-ratio:1/1;object-fit:cover;border-radius:4px}
.home-gallery-settings{margin-top:28px;padding:16px 0 2px;border-top:1px solid var(--line)}
.page:has(.home-top) .school-intro{width:100%;max-width:1110px}
@media(max-width:699px){.home-gallery{max-width:none;margin-top:24px;gap:5px}.home-gallery img{aspect-ratio:1/1}}
