/* Consistent photographic treatment across the main site */
body:not(.page-id-1813) .content-inner img{
  outline:1px solid rgba(8,12,20,.16);
  box-shadow:0 8px 22px rgba(8,12,20,.10);
}

body:not(.page-id-1813) .content-inner figure.wp-block-image{
  margin-top:28px;
  margin-bottom:34px;
}

body:not(.page-id-1813) .content-inner figure.wp-block-image img{
  display:block;
  margin:0;
}

body:not(.page-id-1813) .content-inner figcaption{
  margin-top:9px;
  color:#353b43;
  font-size:14px;
  line-height:1.4;
  text-align:left;
}

.page-id-1716 .bio-hero,
.page-id-1737 .wp-image-1809,
.page-id-1744 .wp-image-1805{
  display:block;
  width:100% !important;
  max-width:680px;
  height:auto;
  margin:28px auto 34px !important;
}

.page-id-1716 .bio-press img{
  margin:0 auto 12px !important;
}

.page-id-1741 figure:has(.wp-image-1102),
.page-id-1741 figure:has(.wp-image-1012){
  width:100%;
  max-width:420px;
  margin-left:auto;
  margin-right:auto;
}

.page-id-1741 figure:has(.wp-image-1102) img,
.page-id-1741 figure:has(.wp-image-1012) img,
.page-id-1741 figure:has(.wp-image-1281) img,
.page-id-1741 figure:has(.wp-image-1400) img{
  width:100% !important;
  height:auto !important;
}

.page-id-1741 figure:has(.wp-image-1281),
.page-id-1741 figure:has(.wp-image-1400){
  width:100%;
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}

/* Instrumentarium typographic hierarchy */
.page-id-1741 .content-inner > figure:first-of-type{
  margin:0 0 24px;
  font-size:18px;
  line-height:1.5;
}

.page-id-1741 .content-inner h3{
  margin:24px 0 10px !important;
  font-size:21px;
  font-weight:400;
}

.page-id-1741 .content-inner h2 a{
  text-decoration:none;
}

.page-id-1741 .content-inner h2 a:hover,
.page-id-1741 .content-inner h2 a:focus-visible{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.page-id-1741 .content-inner p a{
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.page-id-1741 .content-inner hr.wp-block-separator{
  height:0;
  margin:30px 0 22px;
  border:0;
  border-top:1px solid rgba(20,27,36,.22);
  background:none;
}

/* Performances typographic rhythm */
.page-id-1737 .content-inner p{
  line-height:1.3 !important;
}

.page-id-1737 .content-inner strong{
  font-weight:600;
}

.page-id-1737 .content-inner p a{
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.page-id-1737 .content-inner hr.wp-block-separator{
  height:0;
  margin:30px 0 22px;
  border:0;
  border-top:1px solid rgba(20,27,36,.22);
  background:none;
}

/* Clear link interaction across the music site; MHT excluded */
body:not(.page-id-1813) .content-inner a,
body:not(.page-id-1813) .sidebar a{
  transition:color .16s ease, opacity .16s ease;
}

body:not(.page-id-1813) .content-inner a:hover,
body:not(.page-id-1813) .content-inner a:focus-visible{
  color:#9a3f22;
  opacity:1;
}

body:not(.page-id-1813) .sidebar a:hover,
body:not(.page-id-1813) .sidebar a:focus-visible{
  color:#f1c36d;
  opacity:1;
}