footer { background: var(--navy-deep); color: rgba(255,255,255,0.6); padding: 48px 5% 24px; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 24px;
}
.footer-brand .ntb { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 22px; color: white; letter-spacing: 2px; }
.footer-brand .tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-size: 14px; margin-top: 4px; }
.footer-brand p { margin-top: 16px; font-size: 13px; line-height: 1.7; }
.footer-col h4 { color: white; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--gold); text-decoration: none; }