/* Geedlee footer sitemap — the six categories that used to be a header
   dropdown, now a static section at the bottom of every page. */
#gl-footer{background:#F7F5FB;border-top:1px solid #ECE7F6;padding:44px 24px 40px}
.gf-wrap{max-width:1200px;margin:0 auto;display:flex;gap:44px;align-items:flex-start}
.gf-cols{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;flex:1}
.gf-col{min-width:0}
.gf-col h4{display:flex;align-items:center;gap:9px;font-size:.7rem;font-weight:900;letter-spacing:.07em;
  text-transform:uppercase;color:var(--navy,#1C2E4A);margin:0 0 14px;padding-bottom:9px;border-bottom:1px solid #E8E2F4}
.gf-ic{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gf-col h4 svg{width:14px;height:14px;flex-shrink:0}
.gf-col:nth-child(1) .gf-ic{color:#7B6BC8}
.gf-col:nth-child(2) .gf-ic{color:#C9963A}
.gf-col:nth-child(3) .gf-ic{color:#4A9070}
.gf-col:nth-child(4) .gf-ic{color:#D14D86}
.gf-col:nth-child(5) .gf-ic{color:#3E78B0}
.gf-col:nth-child(6) .gf-ic{color:#E08A5B}
.gf-col a{display:block;font-size:.84rem;font-weight:700;color:#4a5468;text-decoration:none;padding:6px 0}
.gf-col a:hover{color:var(--purple,#7B6BC8)}
.gf-col a.gf-view-all{color:var(--gold,#C9963A);margin-top:4px;font-weight:800}
.gf-art{flex-shrink:0;width:130px;align-self:center}
.gf-art img{width:100%}
@media(max-width:900px){
  .gf-wrap{flex-direction:column;gap:28px}
  .gf-cols{grid-template-columns:repeat(2,1fr);gap:26px 20px;text-align:center}
  .gf-col h4{justify-content:center}
  .gf-art{width:110px;align-self:center}
}
@media(max-width:480px){
  .gf-cols{grid-template-columns:1fr 1fr}
  #gl-footer{padding:34px 18px 30px}
}
