/* Footer (Figma 809:1955 / 805:1749, 1440×392) */

.site-footer {
  background: #010101;
  color: #cfcfcf;
}

.site-footer__main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 61px 0 40px;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.site-footer__brand {
  flex: 0 0 336px;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.site-footer__logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.site-footer__logo {
  height: 44px;
  width: auto;
  display: block;
}

.site-footer__tagline {
  font-size: 9px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  line-height: 1.2;
  padding-left: 2px;
}

.site-footer__blurb {
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(248, 250, 251, 0.8);
  margin: 0;
}

.site-footer__nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 702px;
  padding-top: 7px;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Blinker', sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.site-footer__col-title {
  font-weight: 700;
  color: #e8e8e8;
  margin: 0;
}

.site-footer__col-title--muted {
  color: #cfcfcf;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  color: #cfcfcf;
}

.site-footer__links a,
.site-footer__col a {
  color: inherit;
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__col a:hover {
  color: var(--color-cyan);
}

.site-footer__indent {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.site-footer__offerings {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.site-footer__divider {
  width: 1px;
  align-self: stretch;
  background: rgba(207, 207, 207, 0.45);
  flex-shrink: 0;
}

.site-footer__bottom {
  border-top: 0.5px solid #cfcfcf;
  padding: 8px 40px;
  box-sizing: border-box;
}

.site-footer__bottom-inner {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Blinker', sans-serif;
  font-size: 14px;
  color: #cfcfcf;
}

.site-footer__legal-mid {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.site-footer__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cfcfcf;
  display: inline-block;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__social a {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}

.site-footer__social img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .site-footer__main {
    flex-direction: column;
    padding: 48px var(--content-padding);
    gap: 40px;
  }

  .site-footer__brand {
    flex: none;
    max-width: 420px;
  }

  .site-footer__nav {
    max-width: none;
    width: 100%;
    flex-wrap: wrap;
  }

  .site-footer__bottom-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .site-footer__nav {
    flex-direction: column;
  }

  .site-footer__divider {
    display: none;
  }

  .site-footer__offerings {
    flex-direction: column;
    gap: 20px;
  }

  .site-footer__bottom {
    padding: 12px var(--content-padding);
  }
}
