/* Emdyne 3D Phase 3K — compact centred footer */
footer {
  margin-top: 1.75rem;
  padding: 1.1rem 0 1rem;
  border-top: 1px solid rgba(13, 36, 50, .12);
}

footer .footer-inner {
  width: min(100% - 2rem, 760px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  text-align: center;
}

footer .footer-inner img {
  display: block;
  width: min(180px, 48vw);
  height: auto;
  max-height: 44px;
  object-fit: contain;
  margin: 0 auto .15rem;
}

footer .footer-inner > div {
  display: grid;
  gap: .08rem;
  justify-items: center;
}

footer .footer-inner strong {
  font-size: .86rem;
  line-height: 1.25;
}

footer .footer-inner p {
  margin: 0;
  max-width: 42rem;
  font-size: .76rem;
  line-height: 1.35;
  opacity: .78;
}

@media (max-width: 700px) {
  footer {
    margin-top: 1.25rem;
    padding: .8rem 0 .75rem;
  }

  footer .footer-inner {
    width: min(100% - 1.25rem, 560px);
    gap: .22rem;
  }

  footer .footer-inner img {
    width: min(148px, 44vw);
    max-height: 36px;
    margin-bottom: .08rem;
  }

  footer .footer-inner strong {
    font-size: .79rem;
  }

  footer .footer-inner p {
    font-size: .7rem;
    line-height: 1.28;
  }
}
