
/* =========================================================
   MARTINS SELECT — LOGO DO MENU CORRIGIDA
   ========================================================= */
.ref-topbar{
  min-height:78px!important;
  background:rgba(0,0,0,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

.ref-header-inner{
  width:min(1180px,calc(100% - 44px))!important;
  min-height:78px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  padding:0!important;
}

.ref-brand,
a.ref-brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  text-decoration:none!important;
  color:#fff!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  min-height:auto!important;
  padding:0!important;
  line-height:1!important;
  flex-shrink:0!important;
}

.ref-brand:hover,
a.ref-brand:hover{
  color:#fff!important;
  text-decoration:none!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}

.ref-logo-mark{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  border-radius:17px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(180deg,#171717,#050505)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  font-weight:950!important;
  letter-spacing:-.10em!important;
  text-decoration:none!important;
  box-shadow:0 14px 45px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08)!important;
  overflow:hidden!important;
}

.ref-logo-text{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  line-height:1!important;
  color:#fff!important;
  text-decoration:none!important;
  min-width:0!important;
}

.ref-logo-text strong{
  display:block!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.ref-logo-text span{
  display:block!important;
  color:rgba(255,255,255,.56)!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.ref-nav,
.lux-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:22px!important;
  margin:0!important;
  padding:0!important;
  flex-wrap:nowrap!important;
}

.ref-nav a,
.lux-nav a{
  background:transparent!important;
  color:rgba(255,255,255,.72)!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:850!important;
  padding:0!important;
  margin:0!important;
  min-height:auto!important;
  width:auto!important;
  border-radius:0!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.ref-nav a:hover,
.ref-nav a.active,
.lux-nav a:hover,
.lux-nav a.active{
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
  text-decoration:none!important;
}

@media(max-width:860px){
  .ref-header-inner{
    width:calc(100% - 22px)!important;
    min-height:auto!important;
    padding:12px 0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:14px!important;
  }

  .ref-brand,
  a.ref-brand{
    justify-content:center!important;
  }

  .ref-nav,
  .lux-nav{
    justify-content:center!important;
    gap:14px!important;
    flex-wrap:wrap!important;
  }

  .ref-nav a,
  .lux-nav a{
    font-size:12px!important;
  }
}

@media(max-width:420px){
  .ref-header-inner{
    width:calc(100% - 14px)!important;
  }

  .ref-logo-mark{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    border-radius:15px!important;
    font-size:16px!important;
  }

  .ref-logo-text strong{
    font-size:14px!important;
  }

  .ref-logo-text span{
    font-size:9px!important;
  }
}
