/* CARACAL site footer. Deliberately quiet — the pages are image-led and a heavy
   footer would fight them. It exists so policies and contact details are
   reachable from every page, which customers expect and payment processors
   check for. */

.site-footer {
  border-top: 1px solid rgba(21,21,21,0.1);
  margin-top: 6rem;
  /* Clears the fixed custom-orders ticker that sits at the bottom of the viewport. */
  padding: 3rem calc(var(--pad-h, 3rem) + var(--gutter, 1.6rem)) 5rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
}

.site-footer__col { min-width: 9rem; }

.site-footer__heading {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 0.8rem;
}

.site-footer__links { display: flex; flex-direction: column; gap: 0.45rem; }
.site-footer__links a { opacity: 0.7; transition: opacity 0.2s; }
.site-footer__links a:hover { opacity: 1; }

.site-footer__legal {
  max-width: 90rem;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21,21,21,0.07);
  font-size: 11.5px;
  opacity: 0.4;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .site-footer {
    margin-top: 4rem;
    padding: 2.5rem 1.5rem 5rem;
  }
  .site-footer__inner { gap: 2rem; }
  .site-footer__col { min-width: 45%; }
}
