/* ==========================================================================
   M1 footer, shared across every page (navy, rounded top, aqua link hover)
   Self-contained: no dependence on page-level CSS variables.
   ========================================================================== */

.ph-foot{background:#162033;color:#fff;padding:72px 0 40px;border-radius:44px 44px 0 0;margin:0 12px;font-family:'Hanken Grotesk',sans-serif;}
.ph-foot *{box-sizing:border-box;}
.ph-foot .ph-wrap{max-width:1280px;margin:0 auto;padding:0 clamp(18px,3vw,40px);}
.ph-foot a{color:inherit;text-decoration:none;}
.ph-foot-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;align-items:flex-start;}
.ph-foot img{width:300px;max-width:66vw;height:auto;}
.ph-foot-cols{display:flex;gap:64px;flex-wrap:wrap;}
.ph-foot-col a{display:block;padding:6px 0;color:#fff;opacity:.72;transition:opacity .25s,color .25s;font-size:15px;}
.ph-foot-col a:hover{opacity:1;color:#fff;}
.ph-foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center;margin-top:52px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;letter-spacing:1px;color:rgba(255,255,255,.6);}
@media (max-width:767px){
  .ph-foot{border-radius:30px 30px 0 0;}
}
