/* The interface and original black seal retain the monochrome palette. */
/* Original logo, displayed through a round window. No recolouring, redrawing or source edits.
   The 406px window begins at (50.5,47) in the 500px black original, whose circle is off-centre. */
.brand-seal {
  position: absolute;
  width: clamp(5.5rem, 9vw, 7.5rem);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.brand-seal > img {
  position: absolute;
  display: block;
  width: 123.152709%;
  max-width: none;
  height: auto;
  left: -12.438424%;
  top: -11.576355%;
  margin: 0;
  border-radius: 0;
}
.manifesto > .brand-seal { right: 7%; top: 0; transform: translateY(-50%) rotate(-12deg); }
@media (max-width: 760px) {
  .manifesto > .brand-seal { right: 5%; }
  .brand-seal { width: 5.5rem; }
}
