.site-footer {
  position: relative;
  z-index: 40;
  color: #000;
  background: #fffcec;
  border-top: 2px solid #c0a971;
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-feature-settings: 'liga' off, 'clig' off;
}

.site-footer .footer__main {
  padding: 0 48px;
}

.site-footer .footer__main-inner,
.site-footer .footer__bar-inner {
  width: min(1290px, 100%);
  margin: 0 auto;
}

.site-footer .footer__main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 48px 0;
}

.site-footer .footer__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.site-footer .footer__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  min-height: 155px;
}

.site-footer .footer__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(233px, 100%);
}

.site-footer .footer__brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer .footer__brand-fallback-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 38%, #fffcec 0 40%, transparent 41%), #c0a971;
  box-shadow: 0 -14px 0 -12px #c0a971, -18px -4px 0 -15px #c0a971, 18px -2px 0 -15px #c0a971;
  margin-bottom: 14px;
}

.site-footer .footer__brand-fallback-name {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer .footer__brand-fallback-tagline {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: #8a7346;
}

.site-footer .footer__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.site-footer .footer__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  gap: 8px;
  flex: 1 1 270px;
  width: 300px;
  height: 185px;
  border: 1px solid #c0a971;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.site-footer a.footer__card:hover {
  transform: translateY(-2px);
  background: rgba(192, 169, 113, 0.06);
}

.site-footer .footer__card-icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0a971;
  border-radius: 33554400px;
  box-sizing: border-box;
  color: #c0a971;
  flex-shrink: 0;
}

.site-footer .footer__card-icon svg {
  width: 28px;
  height: 28px;
}

.site-footer .footer__card-label {
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
}

.site-footer .footer__card-value {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #8a7346;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
}

.site-footer .footer__card--hours .footer__card-value {
  color: #000;
}

.site-footer .footer__subgrid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.site-footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 48px;
}

.site-footer .footer__nav-link {
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  color: #8a7346;
  text-decoration: none;
  font-style: normal;
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  font-feature-settings: 'liga' off, 'clig' off;
  transition: color 0.2s ease;
}

.site-footer .footer__nav-link:hover {
  color: #000;
}

.site-footer .footer__social-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.site-footer .footer__social-label {
  margin: 0;
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 170%;
  font-weight: 700;
  color: #000;
}

.site-footer .footer__socials {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-footer .footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a7346;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.site-footer .footer__social-link:hover {
  transform: translateY(-2px);
  color: #000;
}

.site-footer .footer__social-link svg {
  display: block;
}

.site-footer .footer__social-link--youtube svg {
  width: 48px;
  height: 48px;
}

.site-footer .footer__social-link--instagram svg {
  width: 48px;
  height: 48px;
}

.site-footer .footer__social-link--tiktok svg {
  width: 48px;
  height: 48px;
}

.site-footer .footer__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 125px;
}

.site-footer .footer__seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-footer .footer__bar {
  border-top: 1px solid #c0a971;
}

.site-footer .footer__bar-inner {
  min-height: 53px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  padding: 8px 16px;
}

.site-footer .footer__bar-inner p {
  margin: 0;
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 170%;
  color: #000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
}

.site-footer .footer__partner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 272px;
  height: 46px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(192, 169, 113, 0.45);
  background: #f7f1dd;
  color: #1f1f1f;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(53, 36, 8, 0.14);
  transition: transform 0.2s ease;
}

.site-footer .footer__partner:hover,
.site-footer .footer__partner:focus-visible {
  transform: translateY(-1px);
}

.site-footer .footer__partner img {
  width: 56px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-footer .footer__partner-text {
  position: relative;
  display: block;
  height: 36px;
  overflow: hidden;
  flex: 1 1 auto;
}

.site-footer .footer__partner-line {
  position: absolute;
  left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: top 0.2s ease, transform 0.2s ease;
}

.site-footer .footer__partner-line--top {
  top: 50%;
  transform: translateY(-50%);
}

.site-footer .footer__partner-line--bottom {
  top: 100%;
  transform: translateY(0);
}

.site-footer .footer__partner:hover .footer__partner-line--top,
.site-footer .footer__partner:focus-visible .footer__partner-line--top {
  top: -50%;
  transform: translateY(0);
}

.site-footer .footer__partner:hover .footer__partner-line--bottom,
.site-footer .footer__partner:focus-visible .footer__partner-line--bottom {
  top: 50%;
  transform: translateY(-50%);
}

.site-footer .footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
}

.site-footer .footer__legal-link {
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 170%;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer .footer__legal-link:hover,
.site-footer .footer__legal-link:focus-visible {
  color: #c0a971;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer .footer__legal-sep {
  color: #c0a971;
  font-size: 14.22px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .site-footer .footer__cards {
    gap: 20px;
  }
  .site-footer .footer__card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .site-footer .footer__main {
    padding: 0 20px;
  }

  .site-footer .footer__main-inner {
    gap: 36px;
    padding: 40px 0;
  }

  .site-footer .footer__cards {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .site-footer .footer__card {
    width: 100%;
    height: auto;
    min-height: 120px;
    flex: none;
  }

  .site-footer .footer__nav {
    gap: 18px 28px;
  }

  .site-footer .footer__socials {
    gap: 28px;
  }

  .site-footer .footer__partner {
    width: min(272px, 100%);
  }
}
