/* Shared School/course footer. Isolate it from the studio homepage's footer
   selectors and editor-generated viewport offsets; do not alter studio pages. */
body.ogopogo-school-page footer.school-footer {
  background: #121212;
  color: #eee;
  padding: 56px 0;
}
body.ogopogo-school-page footer.school-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
  width: calc(100% - 64px);
  max-width: 1360px;
  padding: 0 32px;
  margin: 0 auto;
}
body.ogopogo-school-page footer.school-footer .footer-art {
  display: block !important;
  order: 0 !important;
  align-self: center;
  width: 100% !important;
  height: auto;
  min-width: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
}
body.ogopogo-school-page footer.school-footer .footer-art img {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 565 / 513;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  translate: none !important;
  transform: none !important;
}
body.ogopogo-school-page footer.school-footer .footer-copy {
  order: 1 !important;
  align-self: center;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
body.ogopogo-school-page footer.school-footer .footer-copy h2 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: normal;
  color: #e989b9;
  margin: 0 0 22px;
}
body.ogopogo-school-page footer.school-footer .footer-copy > p,
body.ogopogo-school-page footer.school-footer .footer-copy > a {
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.6;
  color: #eee;
  overflow-wrap: anywhere;
}
body.ogopogo-school-page footer.school-footer .footer-copy > a {
  display: block;
  width: fit-content;
  text-decoration: none;
}
body.ogopogo-school-page footer.school-footer .footer-copy a:hover {
  color: #e989b9;
}
body.ogopogo-school-page footer.school-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 24px;
}
body.ogopogo-school-page footer.school-footer .footer-social .icon-button {
  margin: 0;
  min-width: 36px;
  min-height: 36px;
  flex: 0 0 36px;
}
body.ogopogo-school-page footer.school-footer .footer-copy .sister {
  width: 100%;
  max-width: 480px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
body.ogopogo-school-page footer.school-footer a:focus-visible {
  outline: 2px solid #e989b9;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  body.ogopogo-school-page footer.school-footer { padding: 36px 0 40px; }
  body.ogopogo-school-page footer.school-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 560px;
    padding: 0 22px;
  }
  body.ogopogo-school-page footer.school-footer .footer-copy h2 { font-size: 36px; margin-bottom: 18px; }
  body.ogopogo-school-page footer.school-footer .footer-copy > p,
  body.ogopogo-school-page footer.school-footer .footer-copy > a { font-size: 17px; }
  body.ogopogo-school-page footer.school-footer .footer-copy .sister { font-size: 15px; }
  body.ogopogo-school-page footer.school-footer .footer-social .icon-button { min-width: 44px; min-height: 44px; flex-basis: 44px; }
}
