.rwa-footer {
  margin-top: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  background:
    linear-gradient(90deg, rgba(244, 239, 230, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.014) 1px, transparent 1px),
    #0f0e09 !important;
  background-size: 2.75rem 2.75rem, 2.75rem 2.75rem, auto !important;
  color: #e7e2d9;
  font-family: "Inter", sans-serif;
}

.rwa-footer .rwa-footer__grid {
  display: block !important;
  width: min(calc(100% - 3rem), 90rem) !important;
  margin-inline: auto !important;
  padding: 3rem 0 0 !important;
}

.rwa-footer .rwa-footer__top {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 2rem !important;
  width: 100% !important;
  padding-bottom: 3rem !important;
  border-bottom: 1px solid rgba(244, 239, 230, 0.08) !important;
  text-align: center;
}

.rwa-footer .rwa-footer__brand {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  width: auto !important;
  max-width: 34rem;
}

.rwa-footer .rwa-footer__brand .rwa-brand {
  min-height: 0;
}

.rwa-footer .rwa-footer__brand .rwa-brand__logo {
  width: auto;
  max-width: 9rem;
  height: 3.25rem;
  max-height: 3.25rem;
  object-fit: contain;
}

.rwa-footer .rwa-footer__brand p {
  max-width: 34rem;
  margin: 0;
  color: rgba(209, 197, 182, 0.68);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
}

.rwa-footer .rwa-footer__social {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  width: auto !important;
  max-width: 100%;
}

.rwa-footer .rwa-social-links {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 0.65rem !important;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.rwa-footer .rwa-social-links li {
  display: block !important;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.rwa-footer .rwa-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  width: 2.75rem !important;
  max-width: 2.75rem !important;
  min-width: 2.75rem;
  min-height: 2.75rem;
  gap: 0.55rem;
  overflow: hidden;
  padding: 0.35rem 0.6rem !important;
  border: 1px solid rgba(200, 166, 117, 0.34) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(244, 239, 230, 0.045), rgba(244, 239, 230, 0.012)) !important;
  color: rgba(231, 226, 217, 0.76) !important;
  white-space: nowrap;
  transition: max-width 240ms ease, width 240ms ease, color 200ms ease, border-color 200ms ease, background 200ms ease !important;
}

.rwa-footer .rwa-social-links a:hover,
.rwa-footer .rwa-social-links a:focus-visible {
  width: auto !important;
  max-width: 12rem !important;
  border-color: #e5c18e !important;
  background: linear-gradient(180deg, rgba(244, 239, 230, 0.12), rgba(244, 239, 230, 0.035)) !important;
  color: #e5c18e !important;
}

.rwa-footer .rwa-social-icon {
  display: grid !important;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.rwa-footer .rwa-social-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.rwa-footer .rwa-social-links a > span:last-child {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0.72rem;
  font-weight: 600;
  transition: max-width 240ms ease, opacity 180ms ease;
}

.rwa-footer .rwa-social-links a:hover > span:last-child,
.rwa-footer .rwa-social-links a:focus-visible > span:last-child {
  max-width: 8rem;
  opacity: 1;
}

.rwa-footer .rwa-footer__columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 2.25rem 1.5rem !important;
  width: 100% !important;
  padding: 3rem 0 !important;
}

.rwa-footer .rwa-footer__column {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 0.7rem !important;
  width: auto !important;
  min-width: 0;
  text-align: center;
}

.rwa-footer .rwa-footer__column .rwa-eyebrow {
  margin: 0 0 0.4rem;
  color: #e5c18e;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rwa-footer .rwa-footer__column .rwa-footer__links {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 0.7rem !important;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.rwa-footer .rwa-footer__column a,
.rwa-footer .rwa-footer__column li {
  color: rgba(209, 197, 182, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.rwa-footer .rwa-footer__column a:hover,
.rwa-footer .rwa-footer__column a:focus-visible {
  color: #e5c18e;
}

.rwa-footer .rwa-footer__legal {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  width: min(calc(100% - 3rem), 90rem) !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: 1.4rem 0 1.75rem !important;
  border-top: 1px solid rgba(244, 239, 230, 0.08) !important;
  color: rgba(209, 197, 182, 0.42) !important;
  font-size: 0.62rem !important;
  font-weight: 600;
  letter-spacing: 0.13em !important;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .rwa-footer .rwa-footer__grid {
    width: min(calc(100% - 8rem), 90rem) !important;
    padding-top: 3.5rem !important;
  }

  .rwa-footer .rwa-footer__top {
    align-items: center !important;
    flex-direction: row !important;
    gap: 4rem !important;
    text-align: left;
  }

  .rwa-footer .rwa-footer__brand {
    align-items: flex-start !important;
  }

  .rwa-footer .rwa-footer__social {
    flex: 0 0 auto;
  }

  .rwa-footer .rwa-social-links {
    justify-content: flex-end !important;
  }

  .rwa-footer .rwa-footer__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(2rem, 5vw, 5rem) !important;
  }

  .rwa-footer .rwa-footer__legal {
    align-items: center !important;
    flex-direction: row !important;
    width: min(calc(100% - 8rem), 90rem) !important;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rwa-footer .rwa-social-links a,
  .rwa-footer .rwa-social-links a > span:last-child {
    transition: none !important;
  }
}
