/* Unified YakData footer, intentionally isolated from legacy .footer rules. */
.yd-site-footer {
  background: #0b1d2d;
  color: #dce5ec;
  border-top: 3px solid #c89a22;
  margin-top: 0;
}
.yd-site-footer * { box-sizing: border-box; }
.yd-site-footer .yd-footer-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 26px;
}
.yd-site-footer .yd-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: start;
}
.yd-site-footer .yd-footer-brand {
  min-width: 0;
}
.yd-site-footer .yd-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
.yd-site-footer .yd-footer-logo img {
  display: block;
  width: 148px;
  height: auto;
  max-width: 100%;
}
.yd-site-footer .yd-footer-positioning {
  margin: 0;
  max-width: 440px;
  color: #f4f7f9;
  font-family: "Newsreader", Georgia, serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
}
.yd-site-footer .yd-footer-subline {
  margin: 7px 0 0;
  color: #91a3b2;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.yd-site-footer .yd-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 28px 46px;
  padding-top: 3px;
}
.yd-site-footer .yd-footer-group-title {
  margin: 0 0 11px;
  color: #c89a22;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.yd-site-footer .yd-footer-links {
  display: grid;
  gap: 9px;
}
.yd-site-footer .yd-footer-links a,
.yd-site-footer .yd-footer-link-button {
  color: #dce5ec;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: fit-content;
  cursor: pointer;
}
.yd-site-footer .yd-footer-links a:hover,
.yd-site-footer .yd-footer-links a:focus-visible,
.yd-site-footer .yd-footer-link-button:hover,
.yd-site-footer .yd-footer-link-button:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.yd-site-footer .yd-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(220,229,236,.18);
  color: #7f93a4;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
.yd-site-footer .yd-footer-bottom p { margin: 0; }
.yd-site-footer .yd-footer-bottom a {
  color: #aebcc7;
  text-decoration: none;
}
.yd-site-footer .yd-footer-bottom a:hover,
.yd-site-footer .yd-footer-bottom a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 820px) {
  .yd-site-footer .yd-footer-wrap {
    width: min(100% - 34px, 1180px);
    padding: 34px 0 22px;
  }
  .yd-site-footer .yd-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .yd-site-footer .yd-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .yd-site-footer .yd-footer-logo img { width: 136px; }
  .yd-site-footer .yd-footer-positioning { font-size: 19px; }
  .yd-site-footer .yd-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: 28px;
  }
}
@media (max-width: 460px) {
  .yd-site-footer .yd-footer-nav { grid-template-columns: 1fr; }
}
