/* Approved Storied Memorials artwork; same presentation as the main website. */
.brand.signature-brand { display: block; flex: 0 0 auto; line-height: 0; text-decoration: none; }
.signature-wordmark { display: block; position: relative; overflow: hidden; width: 224px; aspect-ratio: 1208 / 432; flex-shrink: 0; filter: contrast(1.2); mix-blend-mode: multiply; }
.signature-wordmark-image { position: absolute; display: block; width: 127.152318%; max-width: none; height: auto; left: -13.576159%; top: -68.518519%; }
.footer-brand .signature-wordmark { width: 192px; }
.profile-brand { display: inline-block; margin-bottom: 18px; }
.profile-brand .signature-wordmark { width: 144px; }
.site-footer { flex-wrap: wrap; }
@media (max-width: 760px) {
  .site-header .signature-wordmark { width: clamp(144px, 42vw, 184px); }
  .footer-brand .signature-wordmark { width: 152px; }
}
@media (max-width: 380px) {
  .site-header { flex-wrap: wrap; height: auto; min-height: 79px; padding-block: 14px; }
}

/* Keep ordering and sharing easy to reach on small screens. */
.site-header{flex-wrap:wrap}.site-header .signature-brand{margin-right:auto}.site-header .button{white-space:nowrap}
@media(max-width:600px){.site-header{gap:10px}.site-header .signature-brand{flex-basis:100%;align-items:flex-start}.site-header>.button{flex:1}}
