/* MOBILE FOOTER + VISITOR COUNTER — PHASE42 */
.site-footer{
  position:relative;
  border-top:1px solid var(--line);
  background:
    radial-gradient(circle at 85% 100%,rgba(230,37,114,.045),transparent 30%),
    #060606;
  padding-bottom:env(safe-area-inset-bottom,0)
}
.site-footer::before{
  content:"";position:absolute;left:0;right:0;top:-1px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(217,185,110,.12),rgba(230,37,114,.16),transparent)
}
.site-footer__grid{
  min-height:0;
  padding-block:27px 30px;
  display:flex;
  align-items:stretch;
  gap:22px;
  flex-direction:column
}
.site-brand--footer .site-brand__mark{width:34px;height:32px;font-size:9px}
.site-footer p{margin:10px 0 0;color:#6f6a64;font-size:9px;line-height:1.45}
.site-footer__right{display:grid;gap:14px}
.site-counter{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,255,255,.012)
}
.site-counter>div{
  min-width:0;padding:9px 8px;
  display:grid;gap:3px;
  border-inline-end:1px solid rgba(255,255,255,.06)
}
.site-counter>div:last-child{border-inline-end:0}
.site-counter span{
  color:#6e6862;
  font-size:5px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase
}
.site-counter strong{
  color:#e6ded5;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  font-weight:700
}
.site-counter>div:last-child strong{color:var(--gold-soft)}
.site-footer nav{display:flex;gap:15px}
.site-footer nav a{color:#99938c;text-decoration:none;font-size:8px;font-weight:800}
