.page__footer {
  background-color: #0A2F2B;
  color: #ffffff;
  padding: 5rem 0 2.5rem;
}

.page__footer .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .page__footer .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .page__footer .container {
    padding: 0 2rem;
  }
}
.footer__grid {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.footer__logo {
  width: 2rem;
  height: 2rem;
  background-color: #E2C799;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: italic;
  color: #0A2F2B;
}

.footer__brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #E2C799;
}

.footer__description {
  color: rgba(209, 250, 229, 0.7);
  margin-bottom: 1.5rem;
}

.footer__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #E2C799;
  margin-bottom: 1.5rem;
}

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links li {
  padding: 0.25rem 0;
}

.footer__links a {
  color: rgba(209, 250, 229, 0.7);
  transition: color 0.2s;
}

.footer__links a:hover {
  color: #E2C799;
}

.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(226, 199, 153, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copyright {
  font-size: 0.875rem;
  font-weight: 700;
  color: #E2C799;
}

.footer__legal {
  display: flex;
  gap: 2rem;
  font-size: 0.875rem;
  color: rgba(209, 250, 229, 0.5);
}

.footer__legal a:hover {
  color: #E2C799;
}
/*# sourceMappingURL=footer.css.map */
