/* SATRUPA V10.1 — SHOP HERO
   Uses the exact HOME hero structure so desktop/mobile typography
   cannot split into separate columns or overlap. Visual-only. */

.shop-page-hero{
  position:relative!important;
  width:min(1240px,calc(100% - 32px))!important;
  height:clamp(470px,58vw,650px)!important;
  max-width:1240px!important;
  margin:16px auto 0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#3D4B2A!important;
}

.shop-page-hero > img#shopBanner{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center 38%!important;
  transform:none!important;
  filter:none!important;
  animation:none!important;
  image-rendering:auto!important;
}

.shop-page-hero .hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,rgba(18,20,12,.80) 0%,rgba(18,20,12,.50) 40%,rgba(18,20,12,.12) 75%,rgba(18,20,12,0) 100%)!important;
}

.shop-page-hero .hero-content{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  padding:0 56px!important;
  transform:none!important;
  left:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  max-width:none!important;
}

.shop-page-hero .hero-copy{
  display:block!important;
  width:min(520px,100%)!important;
  max-width:520px!important;
  min-width:0!important;
  color:#fff!important;
}

.shop-page-hero .eyebrow{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  margin:0 0 20px!important;
  color:#D4AF37!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.22em!important;
  white-space:normal!important;
}

.shop-page-hero .gold-line{
  flex:0 0 32px!important;
  width:32px!important;
  height:1px!important;
  background:#D4AF37!important;
}

.shop-page-hero .hero-title{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:#fff!important;
  font-family:"Playfair Display",serif!important;
  font-size:clamp(44px,5.2vw,66px)!important;
  line-height:1.02!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}

.shop-page-hero .hero-desc{
  display:block!important;
  width:100%!important;
  max-width:440px!important;
  margin:20px 0 0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:15px!important;
  line-height:1.8!important;
  text-shadow:0 2px 10px rgba(0,0,0,.38)!important;
}

.shop-page-hero .hero-actions{
  display:flex!important;
  width:100%!important;
  margin:28px 0 0!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.shop-page-hero .hero-actions .btn-gold{
  display:inline-flex!important;
  width:auto!important;
  min-height:46px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px 24px!important;
  border-radius:999px!important;
  background:#3D4B2A!important;
  color:#fff!important;
  border:1px solid #3D4B2A!important;
  text-decoration:none!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}

.shop-page-hero .hero-actions .btn-gold:hover{
  background:#D4AF37!important;
  border-color:#D4AF37!important;
  color:#202817!important;
  transform:translateY(-3px)!important;
}

/* Premium entrance without hiding the banner content permanently. */
.shop-page-hero .hero-copy{
  animation:shopHeroCopyIn .8s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes shopHeroCopyIn{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:900px){
  .shop-page-hero{
    width:calc(100% - 24px)!important;
    margin-top:10px!important;
    border-radius:18px!important;
  }
  .shop-page-hero .hero-content{padding:0 36px!important}
}

@media(max-width:700px){
  .shop-page-hero{
    width:100%!important;
    height:560px!important;
    margin:0!important;
    border-radius:0!important;
  }
  .shop-page-hero > img#shopBanner{
    object-position:60% center!important;
  }
  .shop-page-hero .hero-overlay{
    background:linear-gradient(180deg,rgba(18,20,12,.02) 8%,rgba(18,20,12,.16) 38%,rgba(18,20,12,.92) 100%)!important;
  }
  .shop-page-hero .hero-content{
    align-items:flex-end!important;
    padding:0 22px 38px!important;
  }
  .shop-page-hero .hero-copy{
    width:100%!important;
    max-width:100%!important;
  }
  .shop-page-hero .eyebrow{
    margin-bottom:16px!important;
    font-size:9px!important;
    letter-spacing:.20em!important;
  }
  .shop-page-hero .gold-line{flex-basis:26px!important;width:26px!important}
  .shop-page-hero .hero-title{
    font-size:clamp(38px,10vw,46px)!important;
    line-height:1.04!important;
  }
  .shop-page-hero .hero-desc{
    max-width:370px!important;
    margin-top:16px!important;
    font-size:13px!important;
    line-height:1.65!important;
  }
  .shop-page-hero .hero-actions{
    width:100%!important;
    margin-top:22px!important;
  }
  .shop-page-hero .hero-actions .btn-gold{
    width:100%!important;
  }
}

@media(max-width:380px){
  .shop-page-hero{height:540px!important}
  .shop-page-hero .hero-content{padding:0 18px 30px!important}
  .shop-page-hero .hero-title{font-size:35px!important}
  .shop-page-hero .hero-desc{font-size:12px!important}
}

@media(prefers-reduced-motion:reduce){
  .shop-page-hero .hero-copy{animation:none!important}
}


/* V11 FINAL BANNER SAFETY */
.shop-page-hero > img#shopBanner,.hero > img#homeBanner{filter:none!important;animation:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}
@media(max-width:700px){.shop-page-hero > img#shopBanner{object-fit:cover!important;object-position:72% center!important}}
@media(max-width:430px){.shop-page-hero{height:530px!important}.shop-page-hero > img#shopBanner{object-position:75% center!important}}


/* FINAL V11.1: preserve full banner artwork instead of cropping arbitrary uploads. */
.shop-page-hero{background:#EDE5D8!important;}
.shop-page-hero > img#shopBanner{object-fit:contain!important;object-position:center!important;background:#EDE5D8!important;}
@media(max-width:700px){.shop-page-hero > img#shopBanner{object-fit:contain!important;object-position:center!important;}}
@media(max-width:430px){.shop-page-hero > img#shopBanner{object-fit:contain!important;object-position:center!important;}}

/* V21: shared responsive banner slider */
.shop-page-hero > img.satrupa-banner-image#shopBanner { width:100%; height:100%; object-fit:cover!important; object-position:center center!important; transition:opacity .38s ease; }
@media(max-width:700px){ .shop-page-hero > img.satrupa-banner-image#shopBanner { object-fit:cover!important; object-position:52% center!important; } }
@media(max-width:430px){ .shop-page-hero > img.satrupa-banner-image#shopBanner { object-fit:cover!important; object-position:52% center!important; } }
