/* =============================================
   ARK SEACOAST — Footer
   ============================================= */
.site-footer { background:var(--navy-deep); padding-top:68px; }

.footer-body {
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px; padding-bottom:44px;
}

.footer-logo-wrap { display:flex; flex-direction:column; align-items:flex-start; gap:6px; margin-bottom:18px; }
.footer-logo-wrap .logo-icon-row img { filter:brightness(0) invert(1); opacity:0.75; width:24px; height:24px; }
.footer-brand-name { display:flex; align-items:baseline; gap:7px;
  font-family:'Cinzel',serif;
  font-size:22px; font-weight:400;
  color:#fff; letter-spacing:0.08em;
}
.footer-brand-name .mag { color:var(--magenta-lt); }
.footer-brand-sub { font-size:15px; letter-spacing:0.13em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-top:3px; }
.footer-bio { font-size:15px; line-height:1.75; color:rgba(255,255,255,0.45); font-weight:300; max-width:340px; margin-bottom:22px; }
.footer-service-tags { display:flex; flex-wrap:wrap; gap:7px; }
.footer-service-tags .tag-navy { background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.55); }

.footer-col-title { font-size:15px; letter-spacing:0.16em; text-transform:uppercase; color:var(--magenta-lt); margin-bottom:18px; font-weight:500; }
.footer-links { display:flex; flex-direction:column; gap:9px; }
.footer-links a { font-size:15px; color:rgba(255,255,255,0.45); transition:color 0.2s; }
.footer-links a:hover { color:#fff; }

.footer-contact-list { display:flex; flex-direction:column; gap:14px; }
.footer-contact-list li { display:flex; align-items:flex-start; gap:10px; font-size:15px; color:rgba(255,255,255,0.45); }
.footer-contact-list a:hover { color:#fff; }
.fc-icon { font-size:16px; flex-shrink:0; margin-top:1px; opacity:0.5; }

.footer-divider-wrap { padding:6px 0; opacity:0.2; }

.footer-bottom {
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,0.07);
}
.footer-copy { font-size:15px; color:rgba(255,255,255,0.25); letter-spacing:0.03em; }
.footer-legal { display:flex; gap:18px; }
.footer-legal a { font-size:15px; color:rgba(255,255,255,0.25); letter-spacing:0.07em; text-transform:uppercase; transition:color 0.2s; }
.footer-legal a:hover { color:var(--magenta-lt); }

/* Four brand icons row in footer */
.footer-brand-icons { display:flex; gap:10px; margin:16px 0; }
.footer-brand-icons img { width:34px; height:34px; filter:brightness(0) invert(1); opacity:0.4; transition:opacity 0.2s; }
.footer-brand-icons img:hover { opacity:0.75; }

@media (max-width:1000px) { .footer-body { grid-template-columns:2fr 1fr 1fr; } .footer-body > div:last-child { grid-column:1/-1; } }
@media (max-width:860px)  { .footer-body { grid-template-columns:1fr 1fr; } .footer-brand { grid-column:1/-1; } }
@media (max-width:500px)  { .footer-body { grid-template-columns:1fr; gap:32px; } .footer-bottom { flex-direction:column; gap:10px; text-align:center; } .footer-brand img { max-width:180px; } }
