/* footer.css: Footer only (B&S corporation) */

.site-footer{
  background: #f9f7f4;
  color: #202020;
  padding-top: 62px;
  font-size: 14px;
}

.site-footer__inner{
  max-width: var(--page-w);
  margin: 0 auto;
  padding: 0 var(--page-pad) 48px;
  display: grid;
  grid-template-columns: minmax(250px, 410px) minmax(110px, 1fr) minmax(110px, 1fr) minmax(110px, 1fr) minmax(250px, 280px);
  gap: 24px 44px;
  align-items: start;
}

.footer-brand{
  font-weight: 300;
}

.footer-brand img{
  width: 227.7px;
  height: 37.95px;
  display: block;
  margin-bottom: 20px;
}

.footer-brand p{
  margin: 0 0 6px;
  line-height: 1.45;
  font-size: 14px;
  color: #1a1a1a;
}

.site-footer .footer-social,
.site-footer .footer-social.ph{
  display: inline-block;
  margin-top: 20px;
  width: 60px;
  height: 60px;
  background: url("../../footer_insta_icon.svg") center / 60px 60px no-repeat;
  border: 0;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}

.site-footer .footer-social::before{
  content: none;
}

.site-footer .footer-social::after{
  content: none;
}

.footer-links{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.footer-links li{
  position: relative;
  padding-left: 1em;
  line-height: 24px;
}

.footer-links li::before{
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-links a{
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}

.footer-actions{
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-action{
  min-height: 50px;
  background: #49a3e6;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  position: relative;
  padding: 8px 42px 8px 20px;
}

.footer-action:visited,
.footer-action:hover,
.footer-action:focus,
.footer-action:active{
  color: #fff;
}

.footer-action::after{
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url("../img/top/arrow_w.svg") center / contain no-repeat;
}

.footer-action.is-orange{
  background: #e3aa4f;
}

.footer-action.is-large{
  min-height: 94px;
  line-height: 1.35;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-footer .footer-action,
.site-footer .footer-action:visited,
.site-footer .footer-action:hover,
.site-footer .footer-action:focus,
.site-footer .footer-action:active{
  color: #fff !important;
}

.site-footer__policy{
  max-width: var(--page-w);
  margin: 0 auto;
  padding: 6px var(--page-pad) 28px;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

.site-footer__policy::before,
.site-footer__policy::after{
  content: "\FF5C";
  color: #444;
  font-size: 0.95em;
}

.site-footer__policy::before{
  margin-right: 10px;
}

.site-footer__policy::after{
  margin-left: 10px;
}

.site-footer__policy a{
  color: #202020;
  text-decoration: none;
  font-weight: 400;
}

.site-footer__policy a + a::before{
  content: "\FF5C";
  margin: 0 10px;
  color: #444;
}

.site-footer__bottom{
  background: #2c2eaf;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  padding: 12px var(--page-pad);
  letter-spacing: 0;
}

@media (max-width: 1100px){
  .site-footer__inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }

  .footer-brand{
    grid-column: 1 / -1;
  }

  .footer-actions{
    grid-column: 1 / -1;
    max-width: 360px;
  }
}

@media (max-width: 767px){
  .site-footer{
    padding-top: 46px;
  }

  .site-footer__inner{
    padding: 0 20px 30px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-actions{
    order: 1;
    grid-column: auto;
    max-width: none;
    width: 100%;
    gap: 30px;
    margin: 4px 0 15px;
  }

  .footer-brand{
    order: 2;
    display: grid;
    justify-items: center;
    text-align: center;
    margin-top: 2px;
  }

  .footer-brand a{
    display: inline-block;
  }

  .footer-brand img{
    width: 227.7px;
    height: 37.95px;
    margin-bottom: 20px;
  }

  .footer-brand p,
  .footer-brand .footer-social{
    display: none;
  }

  .site-footer .footer-social,
  .site-footer .footer-social.ph{
    width: 56px;
    height: 56px;
    margin-top: 14px;
    background-size: 56px 56px;
  }

  .site-footer .footer-social::before{
    content: none;
  }

  .site-footer .footer-social::after{
    content: none;
  }

  .footer-links{
    display: none;
  }

  .footer-action{
    min-height: 50px;
    font-size: 14px;
    padding: 10px 40px 10px 16px;
  }

.footer-action:not(.is-large){
  min-height: 56px;
  padding-top: 25px;
  padding-bottom: 25px;
}

  .footer-action.is-large{
    min-height: 86px;
  }

  .site-footer__policy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .site-footer__policy::before,
  .site-footer__policy::after{
    display: none;
  }

  .site-footer__policy a{
    display: inline-block;
  }

  .site-footer__policy a + a::before{
    margin: 0 8px;
  }

  .site-footer__bottom{
    font-size: 12px;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
