/* ==========================================================================
   footer.css — footer merah global (tidak pernah fixed)
   ========================================================================== */

.site-footer {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  height: var(--footer-height);
  padding-top: 1.9375rem;         /* 31 px */
  background-color: var(--footer-color);
  color: var(--color-white);
  text-align: center;
}

.site-footer__copyright {
  font-size: var(--fs-copyright);
  line-height: 1.5;
}

/* ---------- Varian Homepage: paragraf + copyright ---------- */
.site-footer--home {
  height: var(--footer-height-home);
  padding-top: 0.375rem;          /* 6 px */
}

.site-footer__text {
  width: 58.75rem;                /* 940 px — mengunci pemenggalan 3 baris */
  max-width: 100%;
  margin: 0 auto;
  font-size: var(--fs-footer-text);
  line-height: 1.875rem;          /* 30 px */
}

.site-footer--home .site-footer__copyright {
  margin-top: 1.25rem;            /* 20 px */
}
