/* ============================================================
   PMW Plus - site footer.
   Ported from html/assets/brand-dark.css `footer` block, mapped onto the theme
   footer markup (templates/footer.php): .site_footer / .site_footer_grid /
   .footer_col / .footer_col_title / .footer_menu / .footer_list / .footer_legal.
   Loaded globally (the footer sits outside .page_wrapper).
   ============================================================ */

.site_footer{background:var(--navy-deep);color:var(--ecru);border-top:1px solid rgba(241,237,226,0.08);padding:80px 0 0}
.site_footer .container{width:100%;padding-left:24px;padding-right:24px}
@media(min-width:901px){.site_footer .container{padding-left:48px;padding-right:48px}}

.site_footer_grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px}

/* Column headings + link lists */
.footer_col_title{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--copper-light);margin-bottom:22px;font-weight:500}
.footer_menu,.footer_list{list-style:none;margin:0;padding:0}
.footer_menu li,.footer_list li{margin-bottom:12px;font-size:14px;color:rgba(241,237,226,0.65);line-height:1.5}
.footer_menu a,.footer_list a{font-size:14px;color:rgba(241,237,226,0.65);transition:color .25s;text-decoration:none}
.footer_menu a:hover,.footer_list a:hover{color:var(--copper-light)}

/* Brand column */
.footer_col_brand .footer_logo{display:inline-block;margin-bottom:20px}
.footer_col_brand .footer_logo img{height:54px;width:auto}
.footer_blurb{font-size:14px;color:rgba(241,237,226,0.55);line-height:1.65;max-width:280px;margin-bottom:22px}

/* Socials */
.footer_socials{display:flex;gap:10px}
.footer_socials a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(241,237,226,0.15);color:rgba(241,237,226,0.7);transition:all .25s}
.footer_socials a:hover{border-color:var(--copper-light);color:var(--copper-light);background:rgba(241,237,226,0.04)}
.footer_socials svg{width:18px;height:18px}

/* Legal bar (container-aligned, matches design .footer-bottom) */
.footer_legal_inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:30px;padding-bottom:30px;border-top:1px solid rgba(241,237,226,0.08);font-size:12.5px;color:rgba(241,237,226,0.45);letter-spacing:.04em}

/* Responsive */
@media(max-width:900px){
  .site_footer{padding-top:56px}
  .site_footer_grid{grid-template-columns:1fr 1fr;gap:36px;padding-bottom:40px}
  .footer_col_brand{grid-column:1/-1}
}
@media(max-width:560px){
  .site_footer_grid{grid-template-columns:1fr}
}
