.site-footer {
  padding: 0;
  background: #0b1929 !important;
  color: rgba(245,239,228,.6);
  font-family: "Inter",-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: .82rem;
}
.site-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr .82fr .72fr 1fr;
  gap: clamp(1.5rem,3vw,3.5rem);
  padding: clamp(4rem,7vw,6.5rem) 0;
}
.site-footer__logo {
  width: min(230px,100%);
  height: auto;
  margin-bottom: 1.5rem;
  opacity: .85;
}
.site-footer__about {
  max-width: 34ch;
  line-height: 1.9;
}
.site-footer__heading {
  margin: 0 0 1.25rem;
  color: #c5a45e;
  font-family: "Inter",-apple-system,BlinkMacSystemFont,sans-serif !important;
  font-size: .57rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .23em;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-footer__newsletter p {
  max-width: 30ch;
  margin: 0 0 1.2rem;
  line-height: 1.8;
}
.site-footer__form {
  display: grid;
  gap: .55rem;
}
.site-footer__form input {
  width: 100%;
  border: 1px solid rgba(245,239,228,.16);
  border-radius: 0;
  outline: 0;
  padding: .9rem 1rem;
  background: rgba(255,255,255,.035);
  color: #f5efe4;
  font: inherit;
}
.site-footer__form input:focus {
  border-color: #c5a45e;
}
.site-footer__form button {
  border: 1px solid #c5a45e;
  border-radius: 0;
  padding: .9rem 1rem;
  background: #c5a45e;
  color: #17130b;
  font: 600 .68rem/1 "Inter",sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}
.site-footer__form button:disabled {
  cursor: default;
  opacity: .78;
}
.site-footer__form-status {
  margin: .7rem 0 0 !important;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  line-height: 1.55 !important;
}
.site-footer__form-status.is-success {
  color: #d8c28d;
}
.site-footer__form-status.is-error {
  color: #f0b4ac;
}
.site-footer__nav,
.site-footer__socials,
.site-footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav {
  display: grid;
  gap: 1rem;
}
.site-footer__nav--quick li:last-child a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5a45e;
  padding: .44rem .72rem;
  background: #c5a45e;
  color: #0b1929;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.site-footer__nav--quick li:last-child a:hover {
  border-color: #d8b972;
  background: #d8b972;
  color: #0b1929;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color .2s,border-color .2s;
}
.site-footer a:hover {
  color: #d8b972;
}
.site-footer__contact address {
  margin: 0 0 1.4rem;
  font-style: normal;
  line-height: 1.9;
}
.site-footer__email {
  display: inline-block;
  margin-bottom: 1.4rem;
  color: #c5a45e !important;
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.site-footer__socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245,239,228,.15);
  font-size: .75rem;
}
.site-footer__socials a:hover {
  border-color: #c5a45e;
}
.site-footer__bottom {
  border-top: 1px solid rgba(245,239,228,.09);
  opacity: 1 !important;
  transform: none !important;
}
.site-footer__bottom-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: .72rem;
}
.site-footer__legal {
  display: flex;
  gap: 1.7rem;
}
@media (max-width: 1100px) {
  .site-footer__main { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 580px) {
  .site-footer__main { grid-template-columns: 1fr; }
  .site-footer__bottom-inner { padding: 1.3rem 0; flex-direction: column; align-items: flex-start; }
}
