/* Existing footer design, scoped for inherited pages without the full site stylesheet. */
.site-foot .k-wrap { max-width:1180px; margin:0 auto; padding:0 1.5rem; }
.site-foot { background: #07090d; color: #9b988e; padding: 4.5rem 0 2.6rem; border-top: 1px solid rgba(200, 165, 94, 0.18); }
.site-foot__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.6rem;
}
@media (max-width: 920px) { .site-foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-foot__grid { grid-template-columns: 1fr; } }
.site-foot h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #f6f1e6;
  margin-bottom: 1rem;
}
.site-foot h4 {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c8a55e;
  margin-bottom: 1rem;
}
.site-foot p, .site-foot li { font-size: 0.88rem; line-height: 1.9; }
.site-foot ul { list-style: none; padding: 0; margin: 0; }
.site-foot a { color: inherit; text-decoration: none; transition: color 0.25s ease; }
.site-foot a:hover { color: #e3c98e; }
.site-foot__legal {
  margin-top: 3.4rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(246, 241, 230, 0.08);
  font-size: 0.74rem;
  line-height: 1.8;
  color: #8e8b81;
  text-align: center;
}
.site-foot__legal .bar { margin: 0 0.6rem; color: #3c3f47; }

