.site-footer {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(241, 161, 95, 0.14), transparent 24%),
    linear-gradient(135deg, #16312b 0%, #0f231f 100%);
  color: #d8e7df;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 0;
}

.site-footer__brand-half,
.site-footer__links-half {
  padding: 3.5rem;
}

.site-footer__brand-half {
  background: rgba(255,255,255,0.02);
  border-right: 0.0625rem solid rgba(255,255,255,0.08);
}

.site-footer__links-half {
  background: transparent;
}

.site-footer__brand {
  height: 1.9rem;
  width: auto;
  margin-bottom: 1rem;
}

.site-footer__tagline {
  max-width: 28rem;
  color: #c5d9cf;
}

.site-footer__contact-label {
  color: var(--warm);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 1.7rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.site-footer__contact {
  list-style: none;
  margin-top: 0;
}

.site-footer__contact a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.site-footer__contact li + li {
  margin-top: 0.4rem;
}

.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.site-footer__col-title {
  color: #ffffff;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  font-weight: 700;
}

.site-footer__col-list {
  list-style: none;
}

.site-footer__col-list li {
  margin-bottom: 0.7rem;
}

.site-footer__col-list a {
  color: #d8e7df;
  text-decoration: none;
}

.site-footer__col-list a:hover {
  color: #ffffff;
}

.site-footer__disclaimer {
  margin-top: 2.2rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid rgba(255,255,255,0.12);
  font-size: 0.9rem;
  color: #a9c1b7;
}

.site-footer__bottom {
  margin-top: 1.4rem;
  font-size: 0.84rem;
  color: #8fb0a3;
}

@media (max-width: 900px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand-half, .site-footer__links-half { padding: 2rem 1.4rem; }
  .site-footer__brand-half { border-right: 0; border-bottom: 0.0625rem solid rgba(255,255,255,0.08); }
}
