.roster-hero{display:grid;grid-template-columns:1.1fr .9fr;min-height:470px;border-bottom:2px solid var(--ep-line)}.roster-hero>div{align-self:center;padding:clamp(44px,7vw,82px) clamp(20px,5vw,62px) clamp(44px,7vw,82px) 8px}.roster-hero h1,.artist-heading h2{margin:0;font-family:"Fraunces",Georgia,serif;font-weight:700;letter-spacing:-.07em;line-height:.88}.roster-hero h1{color:var(--ep-red);font-size:clamp(70px,10vw,120px)}.roster-hero p:not(.ep-kicker){max-width:33ch;margin:20px 0 0;font-size:19px}.roster-hero figure{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:350px;margin:0;overflow:hidden;border-left:2px solid var(--ep-line);background:var(--ep-rose)}.roster-hero figure::before{position:absolute;top:-52px;right:-52px;width:255px;height:255px;border:2px solid var(--ep-line);border-radius:50%;background:var(--ep-yellow);content:""}.roster-hero img{position:relative;z-index:1;display:block;max-height:405px;max-width:93%;object-fit:contain;object-position:bottom}.roster-hero figcaption{position:absolute;z-index:2;right:15px;bottom:14px;padding:5px 8px;background:var(--ep-paper);font-family:"DM Mono",monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.artist-profile{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(34px,7vw,86px);padding:clamp(52px,9vw,92px) clamp(8px,4vw,44px);border-bottom:2px solid var(--ep-line)}.artist-profile-rose{background:var(--ep-rose)}.artist-heading h2{font-size:clamp(43px,5vw,63px)}.artist-copy{max-width:620px}.artist-copy p{margin:0 0 18px}.artist-link{display:grid;grid-template-columns:80px 1fr;gap:15px;padding:12px 0;border-top:1px solid var(--ep-line);font-family:"DM Mono",monospace;font-size:12px}.artist-link span{color:var(--ep-red);letter-spacing:.08em}.artist-link a{font-family:"Fraunces",Georgia,serif;font-size:20px;letter-spacing:-.03em;text-decoration:none}.artist-link a:hover{text-decoration:underline;text-underline-offset:4px}.artist-link em{font-family:"DM Sans",Arial,sans-serif;font-size:15px}@media(max-width:760px){.roster-hero,.artist-profile{grid-template-columns:1fr}.roster-hero>div{padding-left:0}.roster-hero figure{min-height:340px;border-top:2px solid var(--ep-line);border-left:0}.artist-profile{gap:28px}}

/* --- Cohesion pass: match the homepage treatment --- */
/* Centre the illustration in its panel instead of standing it on the
   floor, and give the first artist profile a colour so the page does not
   open on flat paper. Blue then rose is the Avon pairing. */
.roster-hero figure{align-items:center;padding:26px}
.roster-hero img{max-height:340px;max-width:84%;object-position:center}
.artist-profile{background:var(--ep-blue)}
.artist-profile-rose{background:var(--ep-rose)}
@media(max-width:760px){.roster-hero figure{padding:20px}.roster-hero img{max-height:270px}}
