/* v1.0 — single source of truth for the two spotlight panels.
   Loaded after wonders.css to neutralise the accumulated experiments. */
html body .spotlight .spotlight-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:18px !important;
  align-items:stretch !important;
}
html body .spotlight .panel{
  box-sizing:border-box !important;
  height:340px !important;
  min-height:340px !important;
  display:grid !important;
  grid-template-rows:42px minmax(0,1fr) !important;
  overflow:hidden !important;
}
html body .spotlight .panel-heading{
  box-sizing:border-box !important;
  height:42px !important;
  min-height:42px !important;
}

/* FEATURED COLLECTION */
html body .spotlight .featured-body{
  box-sizing:border-box !important;
  height:auto !important;
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,45%) minmax(0,55%) !important;
  overflow:hidden !important;
}
html body .spotlight .featured-copy{
  box-sizing:border-box !important;
  min-width:0 !important;
  height:100% !important;
  padding:18px 18px 16px 20px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  overflow:hidden !important;
}
html body .spotlight .collection-lockup{
  display:grid !important;
  grid-template-columns:86px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
  min-width:0 !important;
  margin:0 0 10px !important;
}
html body .spotlight .collection-lockup img{
  display:block !important;
  width:86px !important;
  height:112px !important;
  max-width:86px !important;
  object-fit:contain !important;
  object-position:center !important;
}
html body .spotlight .collection-lockup h3{
  min-width:0 !important;
  max-width:220px !important;
  margin:0 !important;
  font-size:27px !important;
  line-height:1.02 !important;
  white-space:normal !important;
  overflow:visible !important;
}
html body .spotlight .featured-copy .featured-quote{
  width:100% !important;
  max-width:315px !important;
  margin:0 0 13px !important;
  font-size:11.5px !important;
  line-height:1.42 !important;
  overflow:visible !important;
}
html body .spotlight .featured-copy .gold-button{
  width:210px !important;
  max-width:100% !important;
  min-width:0 !important;
  height:36px !important;
  flex:0 0 36px !important;
}
html body .spotlight .castle{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
}

/* LATEST RELEASE */
html body .spotlight .latest-panel{
  height:340px !important;
  min-height:340px !important;
}
html body .spotlight .latest-panel .latest-body{
  box-sizing:border-box !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:170px minmax(0,1fr) !important;
  gap:24px !important;
  padding:18px 22px !important;
  align-items:center !important;
  overflow:hidden !important;
}
html body .spotlight .latest-book-frame{
  box-sizing:border-box !important;
  width:160px !important;
  height:244px !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  justify-self:center !important;
  align-self:center !important;
  overflow:visible !important;
  background:#000 !important;
}
html body .spotlight .latest-panel .latest-book{
  display:block !important;
  width:150px !important;
  height:220px !important;
  max-width:150px !important;
  max-height:220px !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
html body .spotlight .latest-panel .latest-copy{
  box-sizing:border-box !important;
  min-width:0 !important;
  width:100% !important;
  height:auto !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  overflow:visible !important;
}
html body .spotlight .latest-panel .latest-copy h3{
  margin:0 0 7px !important;
  font-size:27px !important;
  line-height:1.03 !important;
  white-space:normal !important;
  overflow:visible !important;
}
html body .spotlight .latest-panel .latest-copy .meta{
  margin:0 0 12px !important;
  font-size:10.5px !important;
  line-height:1.3 !important;
  white-space:normal !important;
}
html body .spotlight .latest-panel .latest-copy p{
  margin:0 0 14px !important;
  font-size:11.5px !important;
  line-height:1.46 !important;
}
html body .spotlight .latest-panel .latest-copy .gold-button{
  width:180px !important;
  max-width:100% !important;
  min-width:0 !important;
  height:36px !important;
  flex:0 0 36px !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,50%) minmax(0,50%) !important;
  }
  html body .spotlight .featured-copy{
    padding:14px 14px 13px 16px !important;
  }
  html body .spotlight .collection-lockup{
    grid-template-columns:70px minmax(0,1fr) !important;
    gap:10px !important;
    margin-bottom:7px !important;
  }
  html body .spotlight .collection-lockup img{
    width:70px !important;
    height:94px !important;
    max-width:70px !important;
  }
  html body .spotlight .collection-lockup h3{
    font-size:20px !important;
    max-width:160px !important;
  }
  html body .spotlight .featured-copy .featured-quote{
    max-width:230px !important;
    font-size:10px !important;
    line-height:1.35 !important;
    margin-bottom:9px !important;
  }
  html body .spotlight .featured-copy .gold-button{
    width:178px !important;
    font-size:8.5px !important;
  }
  html body .spotlight .castle{
    height:100% !important;
  }
  html body .spotlight .latest-panel .latest-body{
    grid-template-columns:130px minmax(0,1fr) !important;
    gap:14px !important;
    padding:14px 15px !important;
  }
  html body .spotlight .latest-book-frame{
    width:126px !important;
    height:210px !important;
  }
  html body .spotlight .latest-panel .latest-book{
    width:120px !important;
    height:195px !important;
    max-width:120px !important;
    max-height:195px !important;
  }
  html body .spotlight .latest-panel .latest-copy h3{
    font-size:20px !important;
  }
  html body .spotlight .latest-panel .latest-copy .meta{
    font-size:8.8px !important;
    margin-bottom:8px !important;
  }
  html body .spotlight .latest-panel .latest-copy p{
    font-size:9.8px !important;
    line-height:1.38 !important;
    margin-bottom:10px !important;
  }
  html body .spotlight .latest-panel .latest-copy .gold-button{
    width:155px !important;
    font-size:8.5px !important;
  }
}

@media (max-width:820px){
  html body .spotlight .spotlight-grid{
    grid-template-columns:1fr !important;
  }
  html body .spotlight .panel,
  html body .spotlight .latest-panel{
    height:340px !important;
    min-height:340px !important;
  }
}

@media (max-width:560px){
  html body .spotlight .panel,
  html body .spotlight .latest-panel{
    height:auto !important;
    min-height:0 !important;
  }
  html body .spotlight .featured-body,
  html body .spotlight .latest-panel .latest-body{
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
  }
  html body .spotlight .featured-copy{
    padding:20px !important;
  }
  html body .spotlight .castle{
    height:auto !important;
    max-height:330px !important;
  }
  html body .spotlight .latest-panel .latest-body{
    padding:20px !important;
  }
  html body .spotlight .latest-book-frame{
    margin:0 auto 10px !important;
  }
  html body .spotlight .latest-panel .latest-copy{
    width:100% !important;
  }
}
