.gs-site-footer {
  background: linear-gradient(90deg, #00c9ea 0%, #2ba99c 100%);
  color: rgba(255, 255, 255, 0.96);
}

.gs-site-footer__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 48px) 28px;
}

.gs-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
  margin-bottom: 40px;
}

.gs-site-footer__brand-link {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--gs-font-heading);
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
}

.gs-site-footer__brand-logo {
  display: block;
  width: auto;
  max-width: min(100%, 220px);
  max-height: 72px;
}

.gs-site-footer__brand-accent {
  color: #f8c847;
}

.gs-site-footer__tagline {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--gs-font-heading);
  font-size: .98rem;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.gs-site-footer__description {
  max-width: 29ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: .95rem;
  line-height: 1.75;
}

.gs-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gs-site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.gs-site-footer__social a:hover,
.gs-site-footer__social a:focus-visible {
  background: #f7931d;
  border-color: #f7931d;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.gs-site-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.gs-site-footer__heading {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--gs-font-heading);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gs-site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-site-footer__menu li + li {
  margin-top: 11px;
}

.gs-site-footer__menu a,
.gs-site-footer__contact-text {
  display: inline-block;
  color: #fff;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: none;
  transition: color .25s ease, transform .25s cubic-bezier(0.25, 1, 0.5, 1);
}

.gs-site-footer__menu a:hover,
.gs-site-footer__menu a:focus-visible {
  color: #f8c847;
  transform: translateX(4px);
  outline: none;
}

.gs-site-footer__menu--fallback .menu-item--fallback span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: .85rem;
  line-height: 1.6;
}

.gs-site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 16px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.gs-site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: .82rem;
  line-height: 1.6;
}

.gs-site-footer__bottom-copy {
  justify-self: start;
  min-width: 0;
}

.gs-site-footer__bottom-nav {
  justify-self: center;
  display: flex;
  justify-content: center;
}

.gs-site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-site-footer__bottom-links li {
  display: inline-flex;
  align-items: center;
}

.gs-site-footer__bottom-links li + li::before {
  content: "·";
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: .95em;
  line-height: 1;
}

.gs-site-footer__bottom-links a {
  color: rgba(255, 255, 255, 0.92);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.5;
  text-decoration: none;
}

.gs-site-footer__bottom-links a:hover,
.gs-site-footer__bottom-links a:focus-visible {
  color: #f8c847;
  outline: none;
}

.gs-site-footer__closing {
  justify-self: end;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}

.gs-site-footer__closing:hover,
.gs-site-footer__closing:focus-visible {
  color: #f8c847;
  outline: none;
}

.gs-site-footer a:focus-visible {
  outline: 2px solid rgba(248, 200, 71, 0.95);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .gs-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-site-footer__description {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .gs-site-footer__inner {
    padding-top: 48px;
  }

  .gs-site-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-bottom: 30px;
  }

  .gs-site-footer__bottom {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 16px;
    padding: 24px 20px;
  }

  .gs-site-footer__bottom-copy,
  .gs-site-footer__bottom-nav,
  .gs-site-footer__closing {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  .gs-site-footer__bottom-links {
    justify-content: center;
  }

  .gs-site-footer__closing {
    white-space: normal;
  }
}
