.footer-8 {
  position: relative;
  background: #fff09b;
}

.footer-8__main {
  padding: 56px 0 30px;
}

.footer-8__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.75fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.footer-8__business-name,
.footer-8__column h2 {
  margin: 0 0 12px;
  color: #31353c;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.02;
}

.footer-8__business-name,
.footer-8__column h2 {
  font-size: clamp(26px, 2.35vw, 38px);
  font-weight: 600;
}

.footer-8__contact-line,
.footer-8__contact-line a,
.footer-8__quick-link,
.footer-8__quick-button,
.footer-8__quick-submenu a,
.footer-8__copyright,
.footer-8__legal a {
  color: #41454d;
  font-family: "Poppins", sans-serif;
}

.footer-8__contact-line {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
}

.footer-8__contact-line a {
  font-weight: 500;
  text-decoration: none;
}

.footer-8__map-frame {
  width: min(100%, 420px);
  margin-top: 14px;
  border: 5px solid #ffd93d;
  overflow: hidden;
}

.footer-8__map-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  border: 0;
}

.footer-8__quicklinks {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-8__quick-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-8__quick-link,
.footer-8__quick-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

.footer-8__quick-item.is-active > .footer-8__quick-link {
  font-weight: 700;
}

.footer-8__quick-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-8__quick-caret svg {
  width: 14px;
  height: 14px;
}

.footer-8__quick-submenu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 2px 0 8px 8px;
}

.footer-8__quick-item.is-open .footer-8__quick-submenu {
  display: flex;
}

.footer-8__quick-item.is-open .footer-8__quick-caret {
  transform: rotate(180deg);
}

.footer-8__quick-submenu a {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-8__social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-8__social a {
  color: #000000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-8__social a:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.footer-8__social svg {
  width: 20px;
  height: 20px;
}

.footer-8__bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 2px solid rgba(38, 40, 45, 0.7);
}

.footer-8__bottom-brand img {
  display: block;
  width: 48px;
}

.footer-8__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.footer-8__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: wrap;
}

.footer-8__legal a {
  font-size: 13px;
  text-decoration: none;
}

.footer-8__legal a + a::before {
  content: "|";
  margin: 0 12px;
  color: #41454d;
}

.footer-8__floating-call {
  position: fixed;
  right: 28px;
  bottom: 26px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(24, 27, 33, 0.18);
}

.footer-8__floating-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-8__floating-call-icon svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1100px) {
  .footer-8__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-8__column--connect {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-8__social {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .footer-8__main {
    padding: 40px 0 26px;
  }

  .footer-8__grid,
  .footer-8__bottom {
    grid-template-columns: 1fr;
  }

  .footer-8__bottom {
    justify-items: center;
    text-align: center;
  }

  .footer-8__column,
  .footer-8__column--brand,
  .footer-8__column--links,
  .footer-8__column--connect {
    text-align: center;
  }

  .footer-8__quick-item {
    align-items: center;
  }

  .footer-8__quicklinks,
  .footer-8__social {
    align-items: center;
    justify-content: center;
  }

  .footer-8__map-frame {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-8__legal {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer-8__contact-line,
  .footer-8__quick-link,
  .footer-8__quick-button,
  .footer-8__copyright,
  .footer-8__legal a {
    font-size: 13px;
  }

  .footer-8__floating-call {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
    padding: 12px 14px;
    font-size: 13px;
  }
}
