
/* V46 — desktop hero, search-state and sign-in stability */
.rr-search-dialog:not([open]){display:none!important}

@media (min-width:761px){
  body{overflow-x:hidden}
  .nav{min-height:74px!important;padding-inline:clamp(18px,3vw,42px)!important;gap:14px!important}
  .nav .brand{flex:0 0 auto!important;font-size:clamp(18px,2vw,24px)!important}
  .nav nav{min-width:0!important;gap:clamp(8px,1.2vw,16px)!important;overflow:visible!important}
  .nav nav a{font-size:clamp(10px,.92vw,13px)!important;white-space:nowrap!important}
  .rr-nav-extra{gap:8px!important;flex:0 0 auto!important}
  .rr-search-launch{flex:0 0 auto!important}

  /* Make the homepage a deliberate split hero instead of cropping the wide artwork as a full-bleed cover. */
  body:has(#home) #home.hero{
    min-height:clamp(620px,72vh,760px)!important;
    height:auto!important;
    background:radial-gradient(circle at 78% 34%,rgba(132,44,214,.18),transparent 30%),#07060a!important;
  }
  body:has(#home) #home.hero>img{
    left:auto!important;right:clamp(-42px,-2vw,-12px)!important;top:50%!important;bottom:auto!important;
    width:min(64vw,980px)!important;height:auto!important;max-height:84%!important;
    object-fit:contain!important;object-position:center!important;
    transform:translateY(-50%)!important;
    filter:saturate(1.08) contrast(1.04)!important;
    opacity:.96!important;
  }
  body:has(#home) #home.hero .shade{
    background:linear-gradient(90deg,#07060a 0%,rgba(7,6,10,.98) 35%,rgba(7,6,10,.82) 52%,rgba(7,6,10,.18) 78%,rgba(7,6,10,.1) 100%)!important;
  }
  body:has(#home) #home .hero-copy{
    width:min(650px,52vw)!important;margin:0!important;
    padding:clamp(70px,8vh,100px) 0 clamp(70px,8vh,100px) clamp(24px,calc((100vw - 1180px)/2),120px)!important;
  }
  body:has(#home) #home .hero-copy h1{font-size:clamp(52px,5.8vw,86px)!important;max-width:640px!important}
  body:has(#home) #home .hero-copy>p:not(.eyebrow){font-size:clamp(16px,1.35vw,19px)!important;max-width:590px!important}
}

@media (min-width:761px) and (max-width:1180px){
  .nav{flex-wrap:wrap!important;padding-top:10px!important;padding-bottom:10px!important}
  .nav nav{order:3;width:100%!important;margin-left:0!important;justify-content:center!important;border-top:1px solid rgba(255,255,255,.06);padding-top:8px!important}
  body:has(#home) #home.hero{min-height:680px!important}
  body:has(#home) #home.hero>img{width:72vw!important;right:-12vw!important;opacity:.78!important}
  body:has(#home) #home.hero .shade{background:linear-gradient(90deg,#07060a 0%,rgba(7,6,10,.98) 44%,rgba(7,6,10,.63) 72%,rgba(7,6,10,.22) 100%)!important}
  body:has(#home) #home .hero-copy{width:min(600px,62vw)!important;padding-left:28px!important}
}

@media (max-width:760px){
  .rr-search-dialog{max-height:86dvh!important;margin:auto!important}
  .signin-shell{padding-top:28px!important}
  .signin-card{margin-top:0!important}
}
