/* Canonical Phoenix footer used on every public page. */
.footer{background:var(--navy-dark,#0F1D2B);color:rgba(255,255,255,.7);padding:64px 40px 0}
.footer-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-col h3{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold,#C9A96E);margin-bottom:18px}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:9px}
.footer-col ul li a{font-size:14px;color:rgba(255,255,255,.58);transition:color .15s}
.footer-col ul li a:hover{color:#fff}
.footer-social-links{display:flex;gap:12px}
.footer-social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.55);transition:all .2s}
.footer-social-links a:hover{background:rgba(255,255,255,.18);color:#fff}
.footer-social-links svg{width:16px;height:16px;fill:currentColor}
.footer-bar{max-width:1160px;margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.footer-bar p{font-size:11px;color:rgba(255,255,255,.28)}
.footer-bar a{font-size:11px;color:rgba(255,255,255,.28);margin-left:18px;transition:color .15s}
.footer-bar a:hover{color:rgba(255,255,255,.6)}
@media(max-width:960px){
  .footer-inner{grid-template-columns:1fr 1fr;gap:32px}
  .footer-inner>.footer-col:last-child{grid-column:1/-1}
}
@media(max-width:640px){
  .footer{padding-left:20px;padding-right:20px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:28px}
  .footer-inner>.footer-col:nth-child(3),.footer-inner>.footer-col:last-child{grid-column:1/-1}
  .footer-inner>.footer-col:nth-child(3) div[style*="aspect-ratio"]{width:132px!important;max-width:132px!important;height:132px!important}
  .footer-bar{flex-direction:column;align-items:flex-start;gap:8px}
}
