/* ---------- footer ---------- */
.regenred-footer,
footer.regenred-footer,
footer,
.elementor-location-footer .regenred-footer-inner{
  border-top:3px solid var(--arterial);
  padding:64px 0 40px;
  background:var(--bone);
  color:var(--ink);
}
.regenred-footer .logo,
footer .logo{color:var(--ink)}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:56px}
.foot-grid h4{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--arterial);margin-bottom:16px}
.foot-grid a{display:block;padding:5px 0;color:#5d5450;font-size:14.5px;transition:color .2s}
.foot-grid a:hover{color:var(--arterial)}
.foot-legal{border-top:1px solid var(--line-dark);padding-top:28px;font-size:12.5px;color:#6d625d;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.foot-legal .mono{color:var(--arterial)}
.disclaimer{margin-top:18px;font-size:12px;color:#8a7e78;max-width:88ch;line-height:1.6}

.elementor-location-footer{
  background:var(--bone);
  border-top:none;
}
