/* v2.9.4 — larger spotlight copy inside the original card dimensions.
   The cards keep their established height; copy and CTAs use the available
   interior space without creating a large empty band. */

@media (min-width:1101px){
  html body .spotlight .panel,
  html body .spotlight .latest-panel{
    height:340px !important;
    min-height:340px !important;
  }

  html body .spotlight .featured-body{
    grid-template-columns:minmax(0,58%) minmax(0,42%) !important;
  }
  html body .spotlight .featured-copy{
    padding:14px 16px 14px 18px !important;
    justify-content:center !important;
  }
  html body .spotlight .collection-lockup{
    grid-template-columns:64px minmax(0,1fr) !important;
    gap:11px !important;
    margin-bottom:9px !important;
  }
  html body .spotlight .collection-lockup img{
    width:64px !important;
    height:86px !important;
    max-width:64px !important;
  }
  html body .spotlight .collection-lockup h3{
    font-size:23px !important;
  }
  html body .spotlight .featured-copy .featured-quote{
    max-width:100% !important;
    font-size:18px !important;
    line-height:1.42 !important;
    margin-bottom:13px !important;
  }
  html body .spotlight .featured-visual{
    padding:14px 14px 14px 0 !important;
  }
  html body .spotlight .featured-visual-frame{
    height:270px !important;
  }

  html body .spotlight .latest-panel .latest-body{
    grid-template-columns:140px minmax(0,1fr) !important;
    gap:16px !important;
    padding:14px 16px !important;
  }
  html body .spotlight .latest-book-frame{
    width:136px !important;
    height:236px !important;
  }
  html body .spotlight .latest-panel .latest-book{
    width:126px !important;
    height:214px !important;
    max-width:126px !important;
    max-height:214px !important;
  }
  html body .spotlight .latest-panel .latest-copy{
    height:auto !important;
    align-self:center !important;
    justify-content:center !important;
  }
  html body .spotlight .latest-panel .latest-copy p:not(.meta){
    font-size:19px !important;
    line-height:1.42 !important;
    margin-bottom:14px !important;
  }

  html body .spotlight .featured-copy .gold-button,
  html body .spotlight .latest-panel .latest-copy .gold-button{
    margin-top:0 !important;
  }
}

@media (max-width:1100px) and (min-width:821px){
  html body .spotlight .panel,
  html body .spotlight .latest-panel{
    height:316px !important;
    min-height:316px !important;
  }
  html body .spotlight .featured-body{
    grid-template-columns:minmax(0,56%) minmax(0,44%) !important;
  }
  html body .spotlight .featured-copy{
    padding:12px 13px 12px 15px !important;
    justify-content:center !important;
  }
  html body .spotlight .collection-lockup{
    grid-template-columns:54px minmax(0,1fr) !important;
    gap:9px !important;
    margin-bottom:7px !important;
  }
  html body .spotlight .collection-lockup img{
    width:54px !important;
    height:72px !important;
    max-width:54px !important;
  }
  html body .spotlight .collection-lockup h3{
    font-size:19px !important;
  }
  html body .spotlight .featured-copy .featured-quote{
    max-width:100% !important;
    font-size:16px !important;
    line-height:1.4 !important;
    margin-bottom:10px !important;
  }
  html body .spotlight .featured-visual{
    padding:12px 12px 12px 0 !important;
  }
  html body .spotlight .featured-visual-frame{
    height:250px !important;
  }

  html body .spotlight .latest-panel .latest-body{
    grid-template-columns:118px minmax(0,1fr) !important;
    gap:12px !important;
    padding:12px 13px !important;
  }
  html body .spotlight .latest-book-frame{
    width:114px !important;
    height:210px !important;
  }
  html body .spotlight .latest-panel .latest-book{
    width:106px !important;
    height:194px !important;
    max-width:106px !important;
    max-height:194px !important;
  }
  html body .spotlight .latest-panel .latest-copy{
    height:auto !important;
    align-self:center !important;
    justify-content:center !important;
  }
  html body .spotlight .latest-panel .latest-copy p:not(.meta){
    font-size:17px !important;
    line-height:1.4 !important;
    margin-bottom:11px !important;
  }
  html body .spotlight .featured-copy .gold-button,
  html body .spotlight .latest-panel .latest-copy .gold-button{
    margin-top:0 !important;
  }
}

/* Stacked tablet cards retain the established 340px height. */
@media (max-width:820px) and (min-width:561px){
  html body .spotlight .panel,
  html body .spotlight .latest-panel{
    height:340px !important;
    min-height:340px !important;
  }
  html body .spotlight .featured-copy .featured-quote{
    max-width:100% !important;
    font-size:18px !important;
    line-height:1.45 !important;
  }
  html body .spotlight .latest-panel .latest-copy p:not(.meta){
    font-size:19px !important;
    line-height:1.45 !important;
  }
  html body .spotlight .featured-visual-frame{
    height:296px !important;
  }
}

/* Phones use their natural card height and readable type. */
@media (max-width:560px){
  html body .spotlight .featured-copy .featured-quote{
    max-width:100% !important;
    font-size:16.5px !important;
    line-height:1.5 !important;
    margin-bottom:14px !important;
  }
  html body .spotlight .latest-panel .latest-copy p:not(.meta){
    font-size:17px !important;
    line-height:1.5 !important;
    margin-bottom:15px !important;
  }
}
