/**
 * Slim footer: brand + contact, CTA-card green.
 * New filename so Namecheap extract adds it even when main.css is skipped.
 */

html body .site-footer,
html[data-theme='dark'] body .site-footer {
  background: #063f2d !important;
  color: #ffffff;
}

html body .site-footer .footer-cta,
html body .site-footer .footer-newsletter,
html body .site-footer a[href="/submit-article"],
html body .site-footer .footer-col:has(.footer-links) {
  display: none !important;
}

html body .site-footer .footer-inner.container,
html body .site-footer .footer-inner,
html body .site-footer .footer-bottom .container {
  width: min(100% - 2rem, var(--container, 1160px));
  max-width: var(--container, 1160px);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

html body .site-footer .footer-inner {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: 1.75rem;
}

html body .site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 18rem);
  gap: 1.5rem 3rem;
  justify-items: stretch;
  align-items: start;
}

html body .site-footer .footer-brand,
html body .site-footer .footer-col {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

html body .site-footer .footer-logo {
  display: block;
  margin: 0 0 0.7rem;
  padding: 0;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
}

html body .site-footer .footer-blurb {
  margin: 0;
  max-width: 38ch;
  text-align: start;
}

html body .site-footer .footer-heading {
  margin: 0 0 0.7rem;
  line-height: 1;
}

html body .site-footer .footer-bottom {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

html body .site-footer .footer-bottom .container {
  justify-content: flex-start;
}

html body .site-footer .footer-copy {
  margin: 0;
  text-align: start;
}

@media (max-width: 720px) {
  html body .site-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.65rem;
  }
}
