/* Circular project badge, matching the existing band artwork. */
.box1 .duo-emblem {
  width: 336px;
  max-width: 100%;
  aspect-ratio: 336 / 339;
  overflow: hidden;
  border-radius: 50%;
  background: #4b4b4b;
}
.box1 .duo-emblem > a { position: absolute; inset: 0; }
.duo-emblem .duo-emblem-face {
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 77%;
  overflow: hidden;
  border-radius: 0 0 48% 55%;
  background: #fff;
  transform: rotate(6deg);
  transform-origin: 50% 50%;
}
.duo-emblem .duo-emblem-face img {
  position: absolute;
  top: -5%;
  left: 6%;
  width: 88%;
  height: auto;
  display: block;
  filter: grayscale(1) contrast(1.6);
  transform: rotate(-6deg);
}
.box1 .duo-emblem span { bottom: 10.3%; }
.duo-page-emblem { margin: 30px 0; }
#duo-playlist .play-pause:focus-visible,
#duo-playlist .music a:focus-visible { outline: 2px solid #ffccba; outline-offset: 3px; }
