/** Scoped game gateway: preserves the umbrella layout, colors and all existing systems. */
.game-gateway .game-panel{grid-template-columns:1.15fr 1fr;gap:40px}
.game-gateway .game-panel__media{aspect-ratio:16/10;max-width:none;border-radius:14px;overflow:hidden;background:#21170f}
.game-gateway .game-panel__media img{width:100%;height:100%;object-fit:cover}
.game-gateway h2{font-size:clamp(1.65rem,3vw,2.8rem);line-height:1.15}
.game-gateway .section__copy{font-size:1rem;line-height:1.65;margin-block:20px}
.game-gateway .button{min-height:48px}
@media(max-width:720px){.game-gateway .game-panel{grid-template-columns:1fr;gap:25px}.game-gateway .game-panel__media{aspect-ratio:16/9}.game-gateway .section__copy{margin-block:16px}}
