html { overflow-y: scroll; }

.yk-footer {
  --yk-footer-paper: #f0eadc;
  --yk-footer-ink: #1a1a1a;
  --yk-footer-muted: rgba(26, 26, 26, .62);
  --yk-footer-accent: #26356b;
  width: 100%;
  background: var(--yk-footer-paper);
  color: var(--yk-footer-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.yk-footer__inner { max-width: 1280px; margin: 0 auto; padding: 56px 48px 30px; }
.yk-footer__map { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 48px; }
.yk-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.yk-footer__head {
  margin-bottom: 5px;
  color: var(--yk-footer-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.yk-footer a { color: inherit; text-decoration: none; }
.yk-footer__col a { font-size: 14px; line-height: 1.4; }
.yk-footer a:hover { color: var(--yk-footer-accent); }
.yk-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 44px;
  color: var(--yk-footer-muted);
  font-size: 12px;
  line-height: 1.5;
}
.yk-footer__disclaimer { margin: 10px 0 0; color: var(--yk-footer-muted); font-size: 12px; line-height: 1.5; }
.yk-footer--minimal .yk-footer__inner { padding-top: 24px; padding-bottom: 24px; }
.yk-footer--minimal .yk-footer__bottom { margin-top: 0; }
@media (max-width: 720px) {
  .yk-footer__inner { padding: 42px 22px 26px; }
  .yk-footer__map { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }
  .yk-footer__bottom { margin-top: 36px; gap: 7px 16px; }
}
@media (max-width: 420px) {
  .yk-footer__map { grid-template-columns: 1fr; }
}
