/*
  Forja dos Mundos v4.4.2 — correção de identidade visual
  Pedido aplicado:
  - símbolo oficial no cabeçalho/entrada
  - rodapé na ordem: símbolo — Início Ciel Ateliê Loja Discord — símbolo
  - botão de som visível no celular
*/

.brand-crest {
  overflow: hidden;
  padding: 0;
  border-color: rgba(199,154,59,.4);
  background: #070605;
  box-shadow: 0 0 0 1px rgba(0,0,0,.65), 0 0 22px rgba(199,154,59,.11);
}
.brand-crest img { width:100%; height:100%; display:block; object-fit:cover; border-radius:inherit; }

.gate-seal {
  overflow:hidden; padding:0; top:43%;
  border-color:rgba(199,154,59,.58); background:#060504;
  box-shadow:0 0 0 9px rgba(0,0,0,.48),0 0 42px rgba(199,154,59,.28),inset 0 0 26px #000;
}
.gate-seal img { width:100%; height:100%; display:block; object-fit:cover; border-radius:50%; }

.forja-brand-footer {
  min-height:150px;
  padding:1rem clamp(1rem,4vw,4rem);
  display:flex; align-items:center; justify-content:center;
  border-top:1px solid rgba(199,154,59,.25);
  background:#060504;
}
.footer-identity.footer-menu-frame {
  width:min(100%,1120px); min-width:0;
  display:flex; align-items:center; justify-content:center;
  gap:clamp(1.1rem,3vw,3rem);
}
.footer-forja-symbol {
  flex:0 0 clamp(72px,6vw,96px);
  width:clamp(72px,6vw,96px); height:clamp(72px,6vw,96px);
  display:block; object-fit:cover; border-radius:50%;
  filter:drop-shadow(0 0 15px rgba(199,154,59,.17));
}
.forja-brand-footer .footer-links {
  min-width:0; display:flex; align-items:center; justify-content:center;
  gap:clamp(.8rem,1.8vw,1.55rem); flex-wrap:nowrap;
}
.forja-brand-footer .footer-links a {
  color:var(--parchment-200);
  font-size:clamp(.9rem,1.25vw,1.05rem);
  white-space:nowrap;
  transition:color .2s ease,text-shadow .2s ease;
}
.forja-brand-footer .footer-links a:hover,
.forja-brand-footer .footer-links a:focus-visible {
  color:var(--gold-300); text-shadow:0 0 16px rgba(199,154,59,.28);
}

@media (max-width:760px) {
  #soundToggle { display:inline-grid !important; width:44px; height:44px; }
  .topbar-actions { display:flex; align-items:center; }
  .gate-seal { top:40.5%; width:clamp(70px,19vw,86px); }
  .forja-brand-footer {
    min-height:0;
    padding:.8rem .7rem calc(var(--forja-mobile-bar,78px) + env(safe-area-inset-bottom) + .8rem);
  }
  .footer-identity.footer-menu-frame { gap:clamp(.45rem,2vw,.8rem); }
  .footer-forja-symbol { flex-basis:48px; width:48px; height:48px; }
  .forja-brand-footer .footer-links { gap:clamp(.42rem,2vw,.75rem); }
  .forja-brand-footer .footer-links a { font-size:clamp(.72rem,3.15vw,.88rem); }
}

@media (max-width:420px) {
  .brand > span:last-child small { display:none; }
  .footer-identity.footer-menu-frame { gap:.35rem; }
  .footer-forja-symbol { flex-basis:40px; width:40px; height:40px; }
  .forja-brand-footer .footer-links { gap:.42rem; }
  .forja-brand-footer .footer-links a { font-size:clamp(.66rem,3vw,.78rem); }
}

@media (max-width:350px) {
  .footer-forja-symbol { flex-basis:34px; width:34px; height:34px; }
  .forja-brand-footer .footer-links { gap:.3rem; }
  .forja-brand-footer .footer-links a { font-size:.64rem; }
}
