.hxg-footer {
  background: rgb(218 174 65);
}

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

.hxg-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 18px 72px;
}

.hxg-footer__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.hxg-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.hxg-footer__column {
  min-width: 0;
  padding: 18px 8px;
}

.hxg-footer__column--brand {
  padding-top: 16px;
}

.hxg-footer__column--aligned-nav {
  padding-top: 92px;
}

.hxg-footer__logo-link {
  display: inline-flex;
  width: min(100%, 168px);
  margin: 0 0 18px;
  text-decoration: none;
}

.hxg-footer__logo {
  display: block;
  width: 100%;
  height: auto;
}

.hxg-footer__title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  color: rgb(48 28 29);
}

.hxg-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hxg-footer__nav a {
  color: rgb(96 67 45);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.18s ease;
}

.hxg-footer__nav a:hover {
  color: rgb(128 45 48);
}

.hxg-footer__copyright {
  margin: 16px 0 0;
  color: rgb(96 67 45);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.hxg-footer__text {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
  color: rgb(96 67 45);
  overflow-wrap: anywhere;
}

.hxg-footer__text p {
  margin: 0;
}

.hxg-footer__map {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 6px;
  background: rgb(226 194 132);
}

.hxg-footer__map-frame,
.hxg-footer__map-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hxg-footer__map-frame {
  display: block;
  border: 0;
}

.hxg-footer__map-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  font-size: 16px;
  font-weight: 800;
  color: rgb(96 67 45);
  background:
    radial-gradient(circle at 25% 25%, rgb(255 245 222 / 42%), transparent 34%),
    linear-gradient(135deg, rgb(96 67 45 / 22%), rgb(226 194 132));
}

@media (max-width: 959px) {
  .hxg-footer__inner {
    padding: 40px 18px 36px;
  }

  .hxg-footer__content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hxg-footer__columns {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .hxg-footer__column {
    padding: 16px 8px;
  }

  .hxg-footer__column--aligned-nav {
    padding-top: 16px;
  }


  .hxg-footer__logo-link {
    margin-inline: auto;
  }

  .hxg-footer__nav {
    align-items: center;
  }

  .hxg-footer__title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .hxg-footer__text {
    font-size: 13px;
  }

  .hxg-footer__map {
    min-height: 230px;
  }
}
