/* BURION STUDIO — Mobile footer, clean single-column layout */

@media (max-width:800px){
  .site-footer{
    width:100%!important;
    overflow:hidden!important;
    padding:42px 0 28px!important;
    border-top:1px solid var(--line-soft)!important;
  }

  .footer-main{
    display:block!important;
    width:100%!important;
  }

  .footer-brand{
    width:100%!important;
    max-width:420px!important;
  }

  .footer-brand img{
    display:block!important;
    width:124px!important;
    max-width:100%!important;
    height:auto!important;
  }

  .footer-brand p{
    max-width:390px!important;
    margin:16px 0 0!important;
    color:var(--muted)!important;
    font-size:12px!important;
    line-height:1.65!important;
  }

  .footer-nav{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:12px 24px!important;
    width:100%!important;
    min-width:0!important;
    margin-top:30px!important;
    padding:0!important;
  }

  .footer-nav a{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    padding:0!important;
    color:var(--text-soft)!important;
    font-size:14px!important;
    font-weight:500!important;
    line-height:1.35!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
  }

  .footer-nav a:hover{color:var(--gold-light)!important}

  .footer-bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    width:100%!important;
    margin-top:34px!important;
    padding:20px 0 0!important;
    border-top:1px solid var(--line-soft)!important;
  }

  .footer-languages{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    align-items:center!important;
  }

  .footer-languages button{
    flex:0 0 auto!important;
    width:34px!important;
    height:26px!important;
    padding:0!important;
    border:1px solid var(--line)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.025)!important;
    color:var(--muted)!important;
    font-size:9px!important;
    line-height:1!important;
  }

  .footer-languages button[aria-current="true"],
  .footer-languages button.active{
    color:var(--gold)!important;
    border-color:rgba(215,169,87,.28)!important;
  }

  .footer-legal{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    gap:8px 22px!important;
    align-items:center!important;
    min-width:0!important;
  }

  .footer-legal a{
    display:inline-block!important;
    color:var(--muted-dark)!important;
    font-size:11px!important;
    line-height:1.4!important;
    white-space:nowrap!important;
  }

  .copyright{
    display:block!important;
    max-width:100%!important;
    margin:0!important;
    color:var(--muted-dark)!important;
    font-size:10px!important;
    line-height:1.5!important;
  }
}

@media (max-width:430px){
  .site-footer{padding:38px 0 24px!important}
  .footer-brand img{width:118px!important}
  .footer-brand p{max-width:330px!important;margin-top:14px!important;font-size:11px!important}
  .footer-nav{gap:11px 20px!important;margin-top:27px!important}
  .footer-nav a{font-size:13px!important}
  .footer-bottom{gap:14px!important;margin-top:30px!important;padding-top:18px!important}
  .footer-legal{gap:7px 18px!important}
  .footer-legal a{font-size:10px!important}
  .copyright{font-size:9.5px!important}
}
