/* Footer and mobile action bar base styles
   Reorganized from the verified working production build. */

footer {
  border-top: 1px solid var(--line);
  background: #07090d;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: center;
  gap: 38px;
  padding: 44px max(40px,50vw - 590px) 62px;
  display: grid;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

footer>p {
  color: #777e8b;
  max-width: 420px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.footer-links {
  gap: 19px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.mobile-footer-link {
  display: none;
}

.footer-meta {
  text-align: center;
  border-top: 1px solid #ffffff12;
  grid-column: 1/-1;
  gap: 11px;
  padding-top: 25px;
  display: grid;
}

.footer-meta small {
  color: #676d79;
  font-size: 11px;
}

.footer-meta .footer-verse {
  font-family: Georgia,serif;
  font-size: 13px;
  font-style: italic;
}

.mobile-action-bar {
  display: none;
}
