.site-footer {
  display: block;
  padding: 0;
  background: #74817d;
  color: #fff;
  font-family: var(--sans);
}

.site-footer .footer-main {
  width: min(1120px, calc(100% - 64px));
  height: 380px;
  margin: 0 auto;
  padding: 10px 0 24px;
  display: grid;
  grid-template-columns: 390px 160px 300px;
  column-gap: 135px;
  align-items: start;
}

.site-footer .footer-brand {
  text-align: center;
}

.site-footer .footer-brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-24px);
}

.site-footer .footer-brand-signet {
  width: 68px;
  height: 68px;
}

.site-footer .footer-wordmark {
  margin-top: -2px;
  font: 400 56px/.94 "Courier New", Courier, monospace;
  letter-spacing: .015em;
}

.site-footer .footer-wordmark-sub {
  margin-top: 8px;
  font: 400 20px/1 "Courier New", Courier, monospace;
  letter-spacing: .16em;
}

.site-footer .footer-address {
  width: 340px;
  margin: 47px 0 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
}

.site-footer .footer-address span {
  letter-spacing: normal;
}

.site-footer .footer-address a {
  display: block;
}

.site-footer .footer-email {
  font-weight: 500;
}

.site-footer .footer-location {
  margin-top: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(25px);
}

.site-footer .footer-pin {
  width: 74px;
  height: 132px;
  color: #fff;
}

.site-footer .footer-location-signet {
  width: 66px;
  height: 66px;
  margin-top: 6px;
}

.site-footer .footer-nav {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
}

.site-footer .footer-nav > a {
  display: block;
}

.site-footer .footer-seasons {
  margin: -1px 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.site-footer .footer-sub {
  min-height: 45px;
  padding: 7px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 .55em;
  background: #fff;
  color: #4c5653;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.site-footer .footer-sub button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer .footer-sub button:hover,
.site-footer .footer-sub button:focus-visible {
  opacity: .7;
}

@media (max-width: 900px) {
  .site-footer .footer-main {
    width: min(calc(100% - 40px), 520px);
    height: auto;
    padding: 48px 0;
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .site-footer .footer-address {
    margin: 36px auto 0;
    align-items: center;
    text-align: center;
  }

  .site-footer .footer-location {
    margin-top: 0;
    transform: none;
  }

  .site-footer .footer-brand-link {
    transform: none;
  }

  .site-footer .footer-nav {
    padding-top: 0;
    font-size: 25px;
  }

  .site-footer .footer-sub {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .site-footer .footer-wordmark {
    font-size: 45px;
  }

  .site-footer .footer-address {
    width: 100%;
    font-size: 16px;
  }

  .site-footer .footer-separator {
    display: none;
  }
}
