/* Real-cabinet refresh: kept separate so legacy landing styles cannot override it. */
.theme-landing .hero{
  background:
    linear-gradient(90deg,rgba(7,12,10,.95) 0 31%,rgba(7,12,10,.63) 44%,rgba(7,12,10,.08) 72%),
    url("../assets/arcade-machines-games-v3-1920x1080.jpg?v=20260812-1") 58% center/cover no-repeat;
}
.theme-landing .games{
  background:
    linear-gradient(rgba(6,13,9,.82),rgba(6,13,9,.94)),
    url("../assets/arcade-machines-games-v3-1920x1080.jpg?v=20260812-1") center top/cover fixed no-repeat;
}
.theme-landing .games:before{display:none}
.theme-landing .game-card--printshop{background:linear-gradient(90deg,#d5ccb8,#f0eadc 16%,#d7cfbd 84%,#9f9582);color:#17231c}
.theme-landing .game-card--printshop .copy strong{color:#17231c}
.theme-landing .game-card--printshop .copy p{color:#554f45}

/* Convex CRT glass, subtle scan lines and a reflected highlight. */
.theme-landing .visual{
  border-radius:12% / 9%;
  isolation:isolate;
  box-shadow:
    inset 0 0 30px 9px rgba(0,0,0,.72),
    inset 0 0 0 2px rgba(230,244,226,.13),
    0 8px 18px rgba(0,0,0,.65);
}
.theme-landing .visual img{border-radius:12% / 9%;transform:scale(1.035)}
.theme-landing .visual:before{
  content:"";
  position:absolute;
  z-index:5;
  inset:0;
  pointer-events:none;
  border-radius:12% / 9%;
  background:
    linear-gradient(115deg,rgba(255,255,255,.19),transparent 24% 72%,rgba(0,0,0,.24)),
    repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,rgba(0,0,0,.04) 1px 3px),
    radial-gradient(ellipse at center,transparent 53%,rgba(0,0,0,.58) 100%);
  mix-blend-mode:screen;
}
.theme-landing .visual--words:before{mix-blend-mode:normal;opacity:.58}

@media(max-width:640px){
  .theme-landing .hero{background-position:66% center}
  .theme-landing .games{background-attachment:scroll}
}
@media(prefers-reduced-motion:reduce){.theme-landing .game-card:hover{translate:none}}
