/* v239 — compact premium banner for up to 5 juniper product images */
#home-juniper-products.home-extra-banner{
  width:100%;max-width:none;height:255px;min-height:255px;max-height:255px;
  margin:0 0 26px;border-radius:24px;overflow:hidden;
  background:linear-gradient(135deg,#20150f 0%,#5b3b29 48%,#ad8669 100%);
  border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 42px rgba(39,23,14,.16);
}
#home-juniper-products .home-extra-banner-layout{
  height:255px;min-height:255px;max-height:255px;
  grid-template-columns:minmax(310px,.76fr) minmax(650px,1.24fr);gap:10px;align-items:stretch;
}
#home-juniper-products .home-extra-banner-content{
  height:255px;min-height:255px;max-width:none;padding:20px 12px 18px 28px;justify-content:center;
}
#home-juniper-products .home-extra-banner-content::before{
  content:"SAUNAROOM · JUNIPER COLLECTION";display:block;margin-bottom:7px;
  font-size:.55rem;letter-spacing:.18em;color:#dcc4af;
}
#home-juniper-products h2{
  max-width:13ch;margin:0 0 8px;font-size:clamp(1.5rem,2vw,2.45rem);line-height:.94;color:#fffaf3;
}
#home-juniper-products .home-extra-banner-text{
  max-width:31rem;color:rgba(255,250,243,.84);font-size:.8rem;line-height:1.4;
}
#home-juniper-products .home-extra-banner-button{
  margin-top:11px;min-height:auto;padding:8px 14px;font-size:.82rem;background:#f3e5d5;color:#26160e;
}
#home-juniper-products .home-extra-banner-gallery{
  height:255px;min-height:255px;max-height:255px;
  grid-template-columns:1.1fr .78fr .78fr;grid-template-rows:1fr 1fr;
  gap:7px;padding:8px 8px 8px 0;
}
#home-juniper-products .home-extra-banner-gallery-item{
  min-height:0;border-radius:14px;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 18px rgba(9,5,3,.15);
}
#home-juniper-products .home-extra-banner-gallery-item.is-main{grid-column:1;grid-row:1 / span 2;min-height:0}
#home-juniper-products .home-extra-banner-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:1100px){
  #home-juniper-products.home-extra-banner,#home-juniper-products .home-extra-banner-layout,
  #home-juniper-products .home-extra-banner-content,#home-juniper-products .home-extra-banner-gallery{
    height:225px;min-height:225px;max-height:225px;
  }
  #home-juniper-products .home-extra-banner-layout{grid-template-columns:minmax(260px,.7fr) minmax(520px,1.3fr)}
  #home-juniper-products h2{font-size:clamp(1.35rem,2vw,2rem)}
  #home-juniper-products .home-extra-banner-text{font-size:.74rem}
}
@media(max-width:900px){
  #home-juniper-products.home-extra-banner{height:auto;min-height:0;max-height:none}
  #home-juniper-products .home-extra-banner-layout{height:auto;min-height:0;max-height:none;grid-template-columns:1fr;gap:4px}
  #home-juniper-products .home-extra-banner-content{height:auto;min-height:auto;padding:18px 20px 6px}
  #home-juniper-products .home-extra-banner-gallery{height:auto;min-height:0;max-height:none;padding:4px 12px 14px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:120px 72px}
  #home-juniper-products .home-extra-banner-gallery-item.is-main{grid-column:1 / span 3;grid-row:1}
}
@media(max-width:640px){
  #home-juniper-products.home-extra-banner{margin:0 0 20px;border-radius:18px}
  #home-juniper-products .home-extra-banner-content{padding:15px 13px 4px}
  #home-juniper-products h2{font-size:clamp(1.3rem,7vw,1.85rem)}
  #home-juniper-products .home-extra-banner-text{font-size:.77rem;line-height:1.36}
  #home-juniper-products .home-extra-banner-gallery{grid-template-columns:1fr 1fr;grid-template-rows:95px 62px 62px;gap:6px;padding:4px 9px 10px}
  #home-juniper-products .home-extra-banner-gallery-item.is-main{grid-column:1 / span 2;grid-row:1}
}
