/* SCOTT v28 brand artwork placement */
.brand-crown{
  width:58px!important;
  height:58px!important;
  border-radius:16px!important;
  overflow:hidden!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  background:#070b10!important;
  border:1px solid rgba(212,180,85,.48)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.03) inset!important;
}
.brand-crown img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.03)!important;
  filter:saturate(1.04) contrast(1.04)!important;
}
.brand{gap:13px!important;align-items:center!important}
.brand strong{font-size:19px!important;letter-spacing:.16em!important}
.brand span{font-size:9px!important;color:#7e8997!important;letter-spacing:.11em!important}

.hero-art{
  background:#070b10!important;
  overflow:hidden!important;
}
.hero-art img{
  width:100%!important;
  height:100%!important;
  inset:0!important;
  object-fit:cover!important;
  object-position:center 38%!important;
  filter:saturate(1.06) contrast(1.05) brightness(.98)!important;
  transform:none!important;
  image-rendering:auto!important;
}
.hero-art-overlay{
  background:
    linear-gradient(90deg,#11161d 0%,rgba(17,22,29,.48) 12%,rgba(17,22,29,.015) 42%,rgba(6,8,11,.10) 100%),
    linear-gradient(0deg,rgba(5,7,10,.70) 0%,transparent 40%)!important;
}
.hero-art:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  box-shadow:inset 0 0 70px rgba(0,0,0,.20);
}
.hero-art-label{z-index:3!important}

.auth-visual img{
  object-fit:cover!important;
  object-position:center 38%!important;
  filter:saturate(1.04) contrast(1.04)!important;
  image-rendering:auto!important;
}

@media(max-width:760px){
  .brand-crown{width:50px!important;height:50px!important;border-radius:14px!important}
  .hero-art img{object-position:center 36%!important}
}
