.site-content { position: relative; }
.site-content .page-header { position: relative; padding-right: clamp(10.5rem, 19vw, 14rem); min-height: clamp(8.2rem, 12vw, 10.2rem); }
/* JavaScript mounts the logo inside the actual page heading. This keeps it
   clear of modules that appear above a category or artist page. */
.inner-page-logo { visibility: hidden; position: absolute; top: clamp(0.5rem, 1.1vw, .9rem); right: 0; height: clamp(6.5rem, 9.5vw, 8rem); max-height: calc(100% - 1rem); pointer-events: auto; }
.inner-page-logo.is-mounted { visibility: visible; }
.inner-page-logo img { display: block; width: auto; height: 100%; max-width: 12rem; margin: 0; object-fit: contain; object-position: right top; filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.4)); }
@media (max-width: 700px) { .site-content .page-header { padding-right: 5.7rem; min-height: 5.2rem; } .inner-page-logo { top: .45rem; right: 0; height: 4.1rem; } .inner-page-logo img { max-width: 5.4rem; } }
