/* YOORshop v2026 Home hero — wide full-canvas artwork, existing text overlay */
@media (min-width: 1025px) {
  .ys26-home-hero {
    position: relative !important;
    overflow: hidden !important;
    background: #020d22 !important;
  }

  .ys26-home-hero .ys26-home-hero-grid {
    position: relative !important;
    display: block !important;
    min-height: 560px !important;
  }

  .ys26-home-hero .ys26-home-hero-copy {
    position: relative !important;
    z-index: 3 !important;
    width: min(620px, 48vw) !important;
    max-width: 620px !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .ys26-home-hero .ys26-home-hero-visual {
    position: absolute !important;
    z-index: 1 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 100vw !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  .ys26-home-hero .ys26-home-hero-visual img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  .ys26-home-hero {
    position: relative !important;
    overflow: hidden !important;
    background: #020d22 !important;
  }

  .ys26-home-hero .ys26-home-hero-grid {
    position: relative !important;
    display: block !important;
  }

  .ys26-home-hero .ys26-home-hero-copy {
    position: relative !important;
    z-index: 3 !important;
  }

  .ys26-home-hero .ys26-home-hero-visual {
    position: relative !important;
    z-index: 1 !important;
    width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
  }

  .ys26-home-hero .ys26-home-hero-visual img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
  }
}

/* YOORSHOP HOME RESPONSIVE GAP V12 20260721 START */
@media (max-width:1024px){
  .ys26-home .ys26-home-hero,
  .ys26-home .ys26-home-hero-grid{
    min-height:0!important;
    height:auto!important;
  }
  .ys26-home .ys26-home-hero-copy{
    padding-bottom:56px!important;
  }
  .ys26-home .ys26-home-hero-visual{
    position:absolute!important;
    z-index:0!important;
    inset:0!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100%!important;
    margin:0!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .ys26-home .ys26-home-hero-visual img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
}
@media (max-width:640px){
  .ys26-home .ys26-home-hero-copy{
    padding-bottom:48px!important;
  }
}
/* YOORSHOP HOME RESPONSIVE GAP V12 20260721 END */
