/* Optional confirmed portraits. Without SITE.portrait these selectors match nothing. */
.portrait-photo{display:block;object-fit:cover;flex-shrink:0;background:none}
.btn>.portrait-photo--cta{width:32px;height:32px;border-radius:50%;margin-left:-8px;outline:1px solid rgb(0 0 0 / .08);outline-offset:-1px}
.btn--lg>.portrait-photo--cta{width:44px;height:44px;margin-left:-10px}
.about-short>.portrait-photo--about{width:128px;height:152px;border-radius:8px;margin:0 auto 32px}
.about-portrait>.portrait-photo--full{width:100%;height:100%;border-radius:0}
.contact-page__head>.portrait-photo--contact{width:72px;height:72px;border-radius:50%;margin:0 0 24px}
@media(max-width:600px){
 .about-short>.portrait-photo--about{width:104px;height:124px;margin-bottom:24px}
 .contact-page__head>.portrait-photo--contact{width:56px;height:56px;margin-bottom:20px}
}
/* The language switch and fixed menu keep their current room on narrow phones. */
@media(max-width:600px){.nav .btn>.portrait-photo--cta{display:none}}

/* Original photographs, with only responsive framing. */
.btn>.portrait-photo--cta{object-position:50% 36%;width:34px;height:34px}
.btn--lg>.portrait-photo--cta{width:44px;height:44px}
.about-portrait .portrait-photo--full{object-position:50% 36%}
.art-eyebrow .hero-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;object-position:50% 36%;margin-right:12px}
.art-centered .art-eyebrow{align-items:center}
.about-jilt{padding-top:var(--s-7);padding-bottom:var(--s-7);border-top:1px solid var(--rule)}
.about-jilt__intro{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-6);margin-bottom:var(--s-6)}
.about-jilt h2{font-size:var(--fs-h2);font-weight:400;line-height:1.1;letter-spacing:-.035em;margin-top:24px}
.about-jilt__photos{display:grid;grid-template-columns:1.25fr 1fr;gap:var(--gutter);align-items:start}
.about-jilt__photos figure:last-child{margin-top:var(--s-7)}
.about-jilt__photos img{width:100%;height:auto;display:block;aspect-ratio:3/2;object-fit:cover}
.about-jilt__photos figcaption{font-size:var(--fs-small);margin-top:12px;color:var(--ink-2)}
.about-outside .about-music{max-height:760px;overflow:hidden}
.about-music img{max-height:720px;object-fit:contain}
@media(max-width:700px){.about-jilt__intro,.about-jilt__photos{grid-template-columns:1fr;gap:32px}.about-jilt__photos figure:last-child{margin-top:12px}.about-jilt{padding-top:70px;padding-bottom:70px}.art-eyebrow .hero-avatar{width:32px;height:32px;margin-right:10px}}
