.hns-footer-ux,
.hns-footer-ux * {
  box-sizing: border-box;
}

.hns-footer-ux {
  --hns-footer-bg: #191919;
  --hns-footer-heading: #fff4de;
  --hns-footer-text: rgba(255, 244, 222, 0.7);
  --hns-footer-bottom-text: rgba(255, 255, 255, 0.7);
  --hns-footer-muted: rgba(255, 255, 255, 0.5);
  --hns-footer-rule: #7d7d7d;
  --hns-footer-container: 1440px;

  width: 100%;
  overflow: hidden;
  background: var(--hns-footer-bg);
  color: var(--hns-footer-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.hns-footer-ux a {
  color: inherit;
  text-decoration: none;
}

.hns-footer-ux a:hover,
.hns-footer-ux a:focus-visible {
  color: var(--hns-footer-heading);
}

.hns-footer-ux__top {
  background: var(--hns-footer-bg);
  padding: 80px 24px 78px;
}

.hns-footer-ux__top-inner,
.hns-footer-ux__bottom-inner {
  width: min(100%, var(--hns-footer-container));
  margin-inline: auto;
}

.hns-footer-ux__top-inner {
  display: grid;
  grid-template-columns: 415px 180px 220px 220px;
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}

.hns-footer-ux__showrooms {
  display: grid;
  gap: 40px;
  align-content: start;
  align-self: start;
}

.hns-footer-ux__group,
.hns-footer-ux__nav,
.hns-footer-ux__connect {
  min-width: 0;
}

.hns-footer-ux__group {
  display: grid;
  align-content: start;
  gap: 16px;
}

.hns-footer-ux__heading,
.hns-footer-ux__company-name {
  margin: 0 !important;
  color: var(--hns-footer-heading);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.hns-footer-ux__showroom-list {
  display: grid;
  align-content: start;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.hns-footer-ux__showroom,
.hns-footer-ux__text,
.hns-footer-ux__contact-lines p,
.hns-footer-ux__company-row {
  margin: 0 !important;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
}

.hns-footer-ux__showroom {
  display: grid;
  align-content: start;
  gap: 4px;
  color: var(--hns-footer-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.hns-footer-ux__showroom strong {
  color: var(--hns-footer-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.hns-footer-ux__showroom span {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.hns-footer-ux__text {
  color: var(--hns-footer-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.hns-footer-ux__nav {
  display: grid;
  align-content: start;
  gap: 33px;
}

.hns-footer-ux__nav--support {
  gap: 26px;
}

.hns-footer-ux__nav--about {
  gap: 13px;
}

.hns-footer-ux__link-list {
  display: grid;
  align-content: start;
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hns-footer-ux__link-list--support {
  gap: 20px;
}

.hns-footer-ux__link-list li,
.hns-footer-ux__link-list a {
  color: var(--hns-footer-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.hns-footer-ux__about {
  display: grid;
  align-content: start;
  gap: 44px;
  width: 220px;
}

.hns-footer-ux__connect {
  display: grid;
  align-content: start;
  gap: 18px;
}

.hns-footer-ux__contact-lines {
  display: grid;
  align-content: start;
  gap: 9px;
}

.hns-footer-ux__contact-lines p {
  display: flex;
  gap: 4px;
  color: var(--hns-footer-text);
  font-size: 14px;
  line-height: 1.2;
}

.hns-footer-ux__contact-lines a {
  color: var(--hns-footer-heading);
  font-weight: 700;
}

.hns-footer-ux__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hns-footer-ux__social {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hns-footer-ux__social img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hns-footer-ux__bottom {
  border-top: 1px solid var(--hns-footer-rule);
  background: var(--hns-footer-bg);
  padding: 40px 24px;
}

.hns-footer-ux__bottom-inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 720px) 161px;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.hns-footer-ux__brand {
  display: flex;
  min-height: 102px;
  flex-direction: column;
  justify-content: space-between;
}

.hns-footer-ux__logo {
  display: inline-flex;
  width: 180px;
}

.hns-footer-ux__logo img {
  display: block;
  width: 180px;
  height: auto;
}

.hns-footer-ux__copyright {
  margin: 0;
  color: var(--hns-footer-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.hns-footer-ux__company-name {
  color: #ffffff;
}

.hns-footer-ux__company-list {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0 !important;
  padding: 0;
  text-transform: none;
}

.hns-footer-ux__company-row {
  display: grid;
  grid-template-columns: 85px 12px minmax(0, 1fr);
  gap: 4px;
  align-items: start;
  color: var(--hns-footer-bottom-text);
  font-size: 14px;
  line-height: 1.2;
}

.hns-footer-ux__company-row::before {
  content: ":";
  grid-column: 2;
  grid-row: 1;
  color: var(--hns-footer-bottom-text);
  font-weight: 700;
}

.hns-footer-ux__company-row dt {
  grid-column: 1;
  margin: 0 !important;
  padding: 0;
  color: var(--hns-footer-bottom-text);
  font-weight: 700;
  text-transform: none !important;
  white-space: nowrap;
}

.hns-footer-ux__company-row dd {
  grid-column: 3;
  margin: 0 !important;
  padding: 0;
  color: var(--hns-footer-bottom-text);
  font-weight: 400;
  text-transform: none !important;
}

.hns-footer-ux__certification {
  display: inline-flex;
  justify-self: end;
  width: 161px;
}

.hns-footer-ux__certification img {
  display: block;
  width: 161px;
  height: auto;
}

@media (max-width: 1180px) {
  .hns-footer-ux__top-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    justify-content: stretch;
  }

  .hns-footer-ux__about {
    width: auto;
  }

  .hns-footer-ux__bottom-inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .hns-footer-ux__certification {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .hns-footer-ux__top {
    padding: 48px 16px 42px;
  }

  .hns-footer-ux__top-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hns-footer-ux__showrooms {
    gap: 32px;
  }

  .hns-footer-ux__heading,
  .hns-footer-ux__company-name {
    font-size: 18px;
  }

  .hns-footer-ux__showroom,
  .hns-footer-ux__showroom strong,
  .hns-footer-ux__text {
    font-size: 15px;
  }

  .hns-footer-ux__nav,
  .hns-footer-ux__nav--support,
  .hns-footer-ux__nav--about {
    gap: 16px;
  }

  .hns-footer-ux__link-list,
  .hns-footer-ux__link-list--support {
    gap: 12px;
  }

  .hns-footer-ux__about {
    gap: 32px;
  }

  .hns-footer-ux__bottom {
    padding: 30px 16px 36px;
  }

  .hns-footer-ux__bottom-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hns-footer-ux__brand {
    min-height: 0;
    gap: 30px;
  }

  .hns-footer-ux__company-row {
    grid-template-columns: 85px 10px minmax(0, 1fr);
    font-size: 13px;
  }

  .hns-footer-ux__certification {
    grid-column: auto;
    justify-self: start;
  }
}
