/* Final identity: a more prominent presentation for the selected monogram. */
.brand-logo{
  width:132px;
  height:132px;
  padding:5px;
  overflow:hidden;
  border-radius:22px;
  border-color:rgba(218,189,128,.62);
  background:rgba(12,30,22,.18);
  backdrop-filter:blur(9px) saturate(.88);
  box-shadow:0 16px 34px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.13);
}

.brand-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:16px;
  opacity:.94;
  mix-blend-mode:multiply;
  filter:contrast(1.08) saturate(1.08) drop-shadow(0 3px 8px rgba(3,12,26,.2));
}

footer .brand-logo{
  width:108px;
  height:108px;
  border-color:rgba(218,189,128,.42);
  background:rgba(255,255,255,.06);
}

@media(max-width:760px){
  .brand-logo{width:90px;height:90px}
  footer .brand-logo{width:90px;height:90px}
}
