/* The mixed selection is an introduction to the catalogue, with compact copy. */
.highlights-section { margin: 0 0 38px; padding: 0 0 27px; border-bottom: 1px solid #b09a6230; scroll-margin-top: 150px; }
.highlights-section .work-shelf { margin-bottom: 0; }
.highlight-shelf .shelf-heading h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 5px; color: #e4dfd3; font-size: 25px; font-weight: 450; line-height: 1.3; letter-spacing: -.6px; }
.highlight-shelf .shelf-heading h3 > span { font-size: 12px; line-height: 1; letter-spacing: 0; padding: 5px 7px; border: 1px solid #afb5a530; border-radius: 4px; background: #afb5a510; color: #b8c0b2; }
.highlight-shelf .shelf-heading p { font-size: 12px; }
.highlight-card { border-color: #b59a6148; }
.highlight-card .shelf-open { position: relative; padding-bottom: 16px; }
.highlight-card .shelf-card-title { font-size: 17px; line-height: 1.35; padding-top: 13px; }
.highlight-card .shelf-card-artist { font-size: 12px; line-height: 1.55; padding-top: 5px; }
.highlight-tags { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 2; display: flex; flex-wrap: wrap; gap: 5px; pointer-events: none; }
.highlight-tags > span { display: inline-flex; align-items: center; min-height: 23px; padding: 3px 8px; border: 1px solid #c8b0795c; border-radius: 4px; background: #070e10eb; color: #e0cc9b; font-size: 10px; font-weight: 450; line-height: 1.25; letter-spacing: .15px; }
.highlight-card .designed-cover .product-mark { padding-top: 38px; }
.highlight-card .shelf-cover::after { background: linear-gradient(180deg,#03070935,transparent 30%,transparent 65%,#03070955); }
@media (max-width: 760px) {
  .highlights-section { margin-bottom: 26px; padding-bottom: 21px; scroll-margin-top: 100px; }
  .highlight-shelf .shelf-heading h3 { font-size: 21px; }
  .highlight-shelf .shelf-heading p { font-size: 11px; }
  .highlight-card .shelf-open { padding-bottom: 13px; }
  .highlight-card .shelf-card-title { font-size: 16px; padding-top: 12px; }
  .highlight-tags { top: 10px; left: 10px; right: 10px; }
  .highlight-tags > span { font-size: 9px; min-height: 21px; padding: 3px 7px; }
}
