.brand-site-footer {
  height: 373px;
  color: #666;
  background: #0a0a0a;
}

.brand-footer-shell {
  width: 100%;
  height: 100%;
  padding: 64px max(24px, calc((100% - 1480px) / 2)) 40px;
  display: grid;
  grid-template-rows: 164px 1px 24px;
  row-gap: 40px;
}

.brand-footer-top {
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.brand-footer-shell::before {
  content: "";
  grid-row: 2;
  width: 100%;
  height: 1px;
  background: #292929;
}

.brand-footer-brand {
  width: min(758px, 100%);
}

.brand-footer-logo {
  display: block;
  width: 84px;
  height: 35px;
}

.brand-footer-logo img {
  display: block;
  width: 84px;
  height: 35px;
  object-fit: contain;
}

.brand-footer-brand p {
  width: 100%;
  height: 88px;
  margin: 16px 0 0;
  overflow: hidden;
  color: #666;
  font: 400 14px/22.4px Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.brand-footer-links {
  width: 342px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 40px;
}

.brand-footer-links nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.brand-footer-links strong,
.brand-footer-links strong a {
  color: #f0f0f0;
  font: 500 14px/20px Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.brand-footer-links > nav > a {
  color: #666;
  font: 400 14px/22px Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.brand-footer-contact {
  display: none;
}

.brand-footer-bottom {
  grid-row: 3;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font: 400 12px/19.2px Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.brand-footer-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand-footer-socials a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #666;
  transition: color .2s ease, transform .2s cubic-bezier(.16, 1, .3, 1);
}

.brand-footer-socials svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.brand-footer-links a:focus-visible,
.brand-footer-socials a:focus-visible,
.brand-footer-logo:focus-visible {
  outline: 2px solid #e5a0b7;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .brand-footer-links a:hover,
  .brand-footer-socials a:hover { color: #fff; }
  .brand-footer-socials a:hover { transform: translateY(-2px); }
}

@media (max-width: 860px) {
  .brand-site-footer {
    height: 585px;
  }

  .brand-footer-shell {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
  }

  .brand-footer-shell::before {
    display: none;
  }

  .brand-footer-top {
    display: contents;
  }

  .brand-footer-brand {
    width: 100%;
  }

  .brand-footer-brand p {
    height: 209px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 19.2px;
  }

  .brand-footer-contact {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .brand-footer-contact > strong {
    color: #f0f0f0;
    font: 500 14px/20px Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  }

  .brand-footer-contact .brand-footer-socials {
    gap: 20px;
  }

  .brand-footer-links {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    gap: 0;
  }

  .brand-footer-links nav {
    gap: 12px;
  }

  .brand-footer-links > nav > a {
    font-size: 12px;
    line-height: 19.2px;
  }

  .brand-footer-bottom {
    order: 4;
    margin-top: auto;
    padding-top: 23px;
    min-height: 43px;
    align-items: flex-start;
    border-top: 1px solid #292929;
    font-size: 12px;
    line-height: 19.2px;
  }

  .brand-footer-bottom .brand-footer-socials {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-footer-socials a { transition: none; }
}
