.aah-footer-widget,
.aah-footer-wrap {
  background: var(--ink);
  color: #fff;
  padding: 70px 0 30px;
  border-top: 1px solid var(--line-gold);
}

.aah-footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 36px;
}

.aah-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(198,161,91,.18);
}

.aah-footer-brand { max-width: 320px; flex: 0 0 auto; }

.aah-footer-brand .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.aah-footer-brand .brand-wordmark {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.aah-footer-brand .brand-accent { color: var(--gold); }

.aah-footer-brand .brand-tagline {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold-pale);
  margin: 12px 0 0;
  line-height: 1.4;
}

.aah-footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }

.aah-footer-col h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 16px;
  line-height: 1;
}

.aah-footer-col ul { list-style: none; margin: 0; padding: 0; }

.aah-footer-col li {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted-navy);
}

.aah-footer-col a {
  color: var(--muted-navy);
  text-decoration: none;
  transition: color .3s var(--ease);
}

.aah-footer-col a:hover { color: var(--gold); }

.aah-footer-regions {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--gold);
}

.aah-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.aah-footer-copyright {
  font-size: 11.5px;
  color: #8fa3b8;
  margin: 0;
  flex: 0 0 auto;
}

.aah-footer-disclaimer {
  font-size: 11.5px;
  color: #8fa3b8;
  max-width: 64ch;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .aah-footer-top { flex-direction: column; gap: 32px; }
  .aah-footer-brand { max-width: 100%; }
  .aah-footer-cols { gap: 32px; }
}

@media (max-width: 767px) {
  .aah-footer-inner { padding: 0 20px; }
  .aah-footer-cols { flex-direction: column; gap: 28px; }
  .aah-footer-bottom { flex-direction: column; gap: 12px; }
}
