.site-bar__logo,
.site-footer-v4__mark {
  background: #030302;
}

.site-bar__logo {
  width: 2.16rem;
  height: 1.96rem;
  border: 1px solid rgba(181, 139, 76, .35);
}

.site-bar__logo img,
.site-footer-v4__mark img {
  top: -47.62%;
  left: -55.17%;
  width: 216.21%;
  height: auto;
}

.site-footer-v4__mark {
  width: 1.08rem;
  height: .98rem;
  border: 1px solid rgba(205, 164, 99, .28);
}

.studio-portrait__visual--gold {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(161, 113, 53, .13), transparent 38%),
    #030302;
  color: #d6ad6b;
  isolation: isolate;
}

.studio-portrait__visual--gold::before {
  position: absolute;
  inset: 1.35rem;
  z-index: -1;
  border: 1px solid rgba(214, 173, 107, .22);
  content: "";
}

.studio-gold-mark {
  position: relative;
  width: min(60%, 31rem);
  aspect-ratio: 580 / 525;
  overflow: hidden;
}

.studio-gold-mark img {
  position: absolute;
  top: -47.62%;
  left: -55.17%;
  width: 216.21%;
  max-width: none;
  height: auto;
}

.studio-portrait__visual--gold figcaption {
  position: absolute;
  right: 2.25rem;
  bottom: 2rem;
  left: 2.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(214, 173, 107, .28);
  color: rgba(233, 205, 157, .65);
  font-family: var(--mono);
  font-size: .45rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 48rem) {
  .site-bar__logo {
    width: 2rem;
    height: 1.81rem;
  }

  .studio-gold-mark {
    width: min(56%, 19rem);
  }

  .studio-portrait__visual--gold figcaption {
    right: 1.4rem;
    bottom: 1.3rem;
    left: 1.4rem;
  }
}
