.site-footer{
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:2rem clamp(1.4rem,4vw,4.5rem) 1rem;
  background:#bf6969;
  color:#fff;
  font-family:"Josefin Sans",Arial,sans-serif;
}
.site-footer *{box-sizing:border-box}
.site-footer nav{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  display:block!important;
  min-width:0;
  padding:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  border:0!important;
  box-shadow:none!important;
}
.site-footer__grid{
  display:grid;
  grid-template-columns:minmax(180px,1.15fr) repeat(3,minmax(130px,1fr));
  gap:clamp(1.4rem,3.5vw,3.5rem);
  max-width:1440px;
  margin:0 auto 1.55rem;
}
.site-footer__brand{max-width:245px}
.site-footer__logo{display:inline-block!important;margin:0 0 .7rem!important}
.site-footer__logo img{
  display:block;
  width:125px;
  max-width:100%;
  height:auto;
  filter:brightness(0) invert(1);
  opacity:.9;
}
.site-footer__brand p,.site-footer__email{
  margin:.35rem 0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:.76rem!important;
  line-height:1.55!important;
}
.site-footer h2{
  margin:0 0 .65rem;
  color:#fff;
  font:500 .66rem/1.2 "Josefin Sans",Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.site-footer__links{list-style:none;margin:0;padding:0}
.site-footer__links li{margin:0;padding:0}
.site-footer__links a,.site-footer__email a{
  display:inline-block!important;
  margin:.12rem 0!important;
  color:rgba(255,255,255,.9)!important;
  font-size:.78rem!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
.site-footer__links a:hover,.site-footer__email a:hover{text-decoration:underline!important;color:#fff!important}
.site-footer__socials{display:flex;gap:.55rem;margin:.15rem 0 .65rem}
.site-footer__socials a{
  display:grid!important;
  place-items:center;
  width:28px;
  height:28px;
  margin:0!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  text-decoration:none!important;
}
.site-footer__socials svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.site-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  max-width:1440px;
  margin:0 auto;
  padding-top:.85rem;
  border-top:1px solid rgba(255,255,255,.55);
}
.site-footer__bottom p{margin:0!important;color:rgba(255,255,255,.75)!important;font-size:.78rem!important}
.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem 1.1rem}
.site-footer__legal a{display:inline-block!important;margin:0!important;color:rgba(255,255,255,.78)!important;font-size:.78rem!important;text-decoration:none!important}
.site-footer__legal a:hover{color:#fff!important;text-decoration:underline!important}
@media(max-width:850px){
  .site-footer{padding:1.8rem 1.35rem 1rem}
  .site-footer__grid{grid-template-columns:1fr 1fr;gap:1.35rem 1.6rem;margin-bottom:1.5rem}
  .site-footer__brand{grid-column:1/-1;max-width:360px}
  .site-footer__bottom{align-items:flex-start;flex-direction:column}
  .site-footer__legal{justify-content:flex-start}
}
@media(max-width:520px){
  .site-footer__grid{grid-template-columns:1fr 1fr;gap:1.35rem 1rem}
  .site-footer__brand{grid-column:auto}
  .site-footer__brand{grid-column:1/-1;max-width:280px}
  .site-footer__logo img{width:115px}
  .site-footer__bottom{gap:.75rem}
}
