.stockpoint-footer {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 44px) 34px;
  color: #fff;
  background: #0a0a0a;
  font-family: 'Montserrat', system-ui, sans-serif;
}

.stockpoint-footer *,
.stockpoint-footer *::before,
.stockpoint-footer *::after { box-sizing: border-box; }

.stockpoint-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) repeat(3, minmax(120px, auto));
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.stockpoint-footer__brand { max-width: 340px; }
.stockpoint-footer__logo { display: block; width: auto; max-width: 100%; height: 38px; margin: 0 0 18px; object-fit: contain; object-position: left center; }
.stockpoint-footer__brand-text,
.stockpoint-footer__brand-text p { color: rgba(255,255,255,.62); font-size: 14px; font-weight: 300; line-height: 1.6; }
.stockpoint-footer__brand-text p,
.stockpoint-footer__warehouse-content p { margin: 0 0 .75em; }
.stockpoint-footer__brand-text p:last-child,
.stockpoint-footer__warehouse-content p:last-child { margin-bottom: 0; }

.stockpoint-footer__legal-nav { margin-top: 18px; }
.stockpoint-footer .stockpoint-footer__legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stockpoint-footer .stockpoint-footer__legal-menu li { min-width: 0; margin: 0; padding: 0; list-style: none; }
.stockpoint-footer .stockpoint-footer__legal-menu a,
.stockpoint-footer .stockpoint-footer__legal-menu a:link,
.stockpoint-footer .stockpoint-footer__legal-menu a:visited {
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.4);
  font: 400 12px/1.5 'Montserrat', system-ui, sans-serif;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}
.stockpoint-footer .stockpoint-footer__legal-menu a:hover,
.stockpoint-footer .stockpoint-footer__legal-menu a:focus-visible,
.stockpoint-footer .stockpoint-footer__legal-menu a:active { color: rgba(255,255,255,.82); }
.stockpoint-footer .stockpoint-footer__legal-menu a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.stockpoint-footer .stockpoint-footer__heading {
  margin: 0 0 16px;
  padding: 0;
  color: rgba(255,255,255,.45);
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: 1;
}

.stockpoint-footer .stockpoint-footer__menu,
.stockpoint-footer .stockpoint-footer__menu ul { display: flex; flex-direction: column; row-gap: 11px; column-gap: 0; margin: 0; padding: 0; list-style: none; }
.stockpoint-footer .stockpoint-footer__menu li { min-height: 0; margin: 0; padding: 0; line-height: 1; list-style: none; }
.stockpoint-footer .stockpoint-footer__menu a,
.stockpoint-footer .stockpoint-footer__menu a:link,
.stockpoint-footer .stockpoint-footer__menu a:visited,
.stockpoint-footer .stockpoint-footer__menu a:hover,
.stockpoint-footer .stockpoint-footer__menu a:focus,
.stockpoint-footer .stockpoint-footer__menu a:active {
  margin: 0;
  padding: 0;
  display: block;
  min-height: 0;
  color: rgba(255,255,255,.82);
  font: 500 14px/1 'Montserrat', system-ui, sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  opacity: 1;
}
.stockpoint-footer .stockpoint-footer__menu a:focus-visible,
.stockpoint-footer__credit a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

.stockpoint-footer__warehouse-content,
.stockpoint-footer__warehouse-content p { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 400; line-height: 1.7; }
.stockpoint-footer__brand-text a,
.stockpoint-footer__warehouse-content a { color: inherit; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 3px; }

.stockpoint-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  width: 100%;
  max-width: 1320px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.stockpoint-footer__copyright { display: flex; flex-wrap: wrap; align-items: center; gap: 0 .35em; min-width: 0; }
.stockpoint-footer__copyright-content,
.stockpoint-footer__copyright-content p { display: inline; margin: 0; color: inherit; font: inherit; }
.stockpoint-footer__copyright-content a,
.stockpoint-footer__credit a { color: rgba(255,255,255,.72); text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 3px; }
.stockpoint-footer__credit { flex: 0 0 auto; text-align: right; }

@media (max-width: 900px) {
  .stockpoint-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stockpoint-footer__brand { max-width: none; }
}

@media (max-width: 560px) {
  .stockpoint-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .stockpoint-footer__bottom { align-items: flex-start; flex-direction: column; }
  .stockpoint-footer__credit { text-align: left; }
	.stockpoint-footer .stockpoint-footer__legal-menu { gap: 7px 14px; }
}
