/* Landscape selections: complete artwork on the left, specific creative notes on the right. */
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]:not([hidden]){
  display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);
  align-items:center;gap:0;min-height:0;border:1px solid #e2dbee;
  border-radius:16px;background:#faf9fd;overflow:hidden;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-media{
  align-self:center;width:100%;min-width:0;min-height:0;height:auto!important;
  background:#f3f1f8;border:0;overflow:hidden;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-media>.folio-media{
  display:block!important;width:100%!important;height:auto!important;min-height:0!important;
  max-height:none!important;aspect-ratio:auto!important;background:#f3f1f8!important;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-media>.folio-media>img{
  display:block!important;width:100%!important;height:auto!important;min-height:0!important;
  max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;
  object-position:center!important;background:#f3f1f8!important;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy{
  display:block;min-width:0;align-self:stretch;margin:0;padding:clamp(22px,2.2vw,36px);
  border-left:1px solid #e7e0ef;background:linear-gradient(130deg,#fff,#faf8fe);
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy>.r78-work-type{
  position:static!important;display:block!important;width:auto!important;height:auto!important;
  min-height:0!important;max-height:none!important;margin:0 0 10px!important;padding:0!important;
  overflow:visible!important;clip-path:none!important;white-space:normal!important;
  font-size:10px!important;line-height:1.5!important;color:#8b749e!important;letter-spacing:.04em;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy h3{
  margin:0 0 10px!important;font-size:clamp(21px,1.85vw,29px)!important;
  line-height:1.35!important;letter-spacing:-.025em;color:#261e3b;text-wrap:balance;
}
#selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy>.r86-summary{
  margin:0!important;max-width:none;font-size:14px!important;line-height:1.8!important;color:#6b607c!important;
}
#selected.r86-selected .r126-work-highlights{margin:20px 0 0;padding-top:17px;border-top:1px solid #e4dcee}
#selected.r86-selected .r126-work-highlights>h4{margin:0 0 13px;padding:0;color:#735596;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.08em}
#selected.r86-selected .r126-work-highlights dl{display:grid;gap:14px;margin:0;padding:0}
#selected.r86-selected .r126-work-highlights dl>div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:4px 10px;counter-increment:r126-note}
#selected.r86-selected .r126-work-highlights dl{counter-reset:r126-note}
#selected.r86-selected .r126-work-highlights dl>div::before{content:counter(r126-note,decimal-leading-zero);grid-row:1/3;padding-top:1px;color:#a08ab6;font:500 11px/1.7 ui-monospace,monospace}
#selected.r86-selected .r126-work-highlights dt{grid-column:2;margin:0;color:#352544;font-size:14px;font-weight:650;line-height:1.5}
#selected.r86-selected .r126-work-highlights dd{grid-column:2;margin:0;color:#776780;font-size:13px;line-height:1.75;overflow-wrap:break-word}
@media(min-width:900px) and (max-width:1199px){
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]:not([hidden]){grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy{padding:22px}
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy>.r86-summary{font-size:13px!important}
  #selected.r86-selected .r126-work-highlights{margin-top:16px;padding-top:14px}
  #selected.r86-selected .r126-work-highlights dl{gap:11px}
}
@media(max-width:899px){
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]:not([hidden]){grid-template-columns:minmax(0,1fr);border-radius:13px}
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy{padding:21px 23px;border-left:0;border-top:1px solid #e7e0ef}
  #selected.r86-selected .r126-work-highlights{margin-top:16px;padding-top:14px}
  #selected.r86-selected .r126-work-highlights dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}
@media(max-width:520px){
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy{padding:19px 18px}
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy h3{font-size:21px!important}
  #selected.r86-selected [data-r78-stage]>.r86-card[data-r126-work-analysis]>.r86-copy>.r86-summary{font-size:13px!important}
  #selected.r86-selected .r126-work-highlights dl{grid-template-columns:minmax(0,1fr);gap:12px}
}
