/* ── Site-wide professional footer ── */
.site-footer{
  width:100%;
  padding:18px 24px;
  border-top:1px solid rgba(212,175,55,0.14);
  background:linear-gradient(0deg,rgba(0,0,0,0.55),rgba(0,0,0,0.25));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  position:relative;
  z-index:10;
}
.sf-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  font-size:10px;
  color:rgba(212,175,55,0.32);
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:600;
  font-family:'Inter',sans-serif;
}
.sf-brand{
  font-family:'Cinzel',serif;
  color:rgba(212,175,55,0.55);
  font-weight:700;
  letter-spacing:4px;
  font-size:11px;
}
.sf-dot{
  font-size:6px;
  color:rgba(212,175,55,0.2);
  vertical-align:middle;
  line-height:1;
}
.sf-inner strong{
  color:rgba(212,175,55,0.55);
  font-weight:700;
}
