/* Calisayas footer: balanced content ratio and responsive utility row. */
.site-footer,
footer.bg-forest-950.text-cream-100 {
  overflow: hidden;
}

.site-footer__main,
footer.bg-forest-950.text-cream-100 > .container-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.618fr) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(4rem, 8vw, 7rem);
  padding-block: clamp(2.75rem, 4vw, 3.25rem);
}

.site-footer__brand,
footer.bg-forest-950.text-cream-100 > .container-shell > div:first-child {
  min-width: 0;
  max-width: 38rem;
}

.site-footer__statement,
footer.bg-forest-950.text-cream-100 > .container-shell > div:first-child > p:nth-child(2) {
  max-width: 34rem;
  margin-top: 1rem;
}

.site-footer__location,
footer.bg-forest-950.text-cream-100 > .container-shell > div:first-child > p:nth-child(3) {
  max-width: 35rem;
  margin-top: 1.35rem;
  line-height: 1.65;
}

.site-footer__navigation,
footer.bg-forest-950.text-cream-100 > .container-shell > div:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(7.75rem, 0.75fr);
  gap: clamp(2.25rem, 4vw, 4rem);
  min-width: 0;
}

.site-footer__nav,
footer.bg-forest-950.text-cream-100 > .container-shell > div:nth-child(2) > nav {
  min-width: 0;
}

.site-footer__links,
footer.bg-forest-950.text-cream-100 > .container-shell > div:nth-child(2) > nav > ul {
  display: grid;
  gap: 0.52rem;
  margin-top: 1rem;
}

.site-footer__links a,
footer.bg-forest-950.text-cream-100 > .container-shell > div:nth-child(2) a {
  display: inline-block;
  line-height: 1.5;
}

.site-footer__bar,
footer.bg-forest-950.text-cream-100 > .border-t {
  border-top: 1px solid rgba(255, 248, 234, 0.1);
  padding-block: 0;
}

.site-footer__bar-inner,
footer.bg-forest-950.text-cream-100 > .border-t > .container-shell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.25rem;
  padding-block: 1rem;
}

.site-footer__copyright,
footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > p {
  white-space: nowrap;
}

.site-footer__legal,
footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1.35rem;
}

.site-footer__legal a,
footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > div a {
  display: inline-block;
  line-height: 1.5;
}

.site-footer__conversation,
footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > div a:last-child {
  border-left: 1px solid rgba(255, 248, 234, 0.18);
  padding-left: 1.35rem;
}

@media (max-width: 767.98px) {
  .site-footer__main,
  footer.bg-forest-950.text-cream-100 > .container-shell {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    padding-block: 2.75rem 2.5rem;
  }

  .site-footer__brand,
  footer.bg-forest-950.text-cream-100 > .container-shell > div:first-child {
    max-width: 36rem;
  }

  .site-footer__navigation,
  footer.bg-forest-950.text-cream-100 > .container-shell > div:nth-child(2) {
    grid-template-columns: minmax(0, 1.45fr) minmax(7.5rem, 0.75fr);
    gap: 1.75rem;
  }

  .site-footer__bar-inner,
  footer.bg-forest-950.text-cream-100 > .border-t > .container-shell {
    display: grid;
    justify-content: stretch;
    gap: 0.9rem;
    min-height: 0;
    padding-block: 1.2rem 1.3rem;
  }

  .site-footer__copyright,
  footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > p {
    white-space: normal;
  }

  .site-footer__legal,
  footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > div {
    justify-content: flex-start;
    gap: 0.55rem 1.05rem;
  }
}

@media (max-width: 420px) {
  .site-footer__conversation,
  footer.bg-forest-950.text-cream-100 > .border-t > .container-shell > div a:last-child {
    border-left: 0;
    padding-left: 0;
  }
}

